Shades of Medium Orchid #B841CE
Tints of Medium Orchid #B841CE
RGB
CMYK
RGB Variations
Color information
#B841CE (or 0xB841CE) is known color: Medium Orchid. HEX triplet: B8, 41 and CE. RGB value is (184,65,206). Sum of RGB (Red+Green+Blue) = 184+65+206=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B841CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841CE is #47BE31. Grayscale: #747474. Windows color (decimal): -4701746 or 13517240. OLE color: 13517240.
HSL color Cylindrical-coordinate representation of color #B841CE: hue angle of 290.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B841CE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 65 | 206 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.19 |
| HSL | 290.64º | 0.59% | 0.53% | - |
| HSV(B) | 290.64º | 0.68% | 0.81% | - |
| XYZ | 32.8 | 18.43 | 60.22 | - |
| YUV | 116.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 206 | 0.11 | 0.68 | 0 | 0.19 | 290.64 | 0.59 | 0.53 |
| Hex | B8 | 41 | CE | B | 44 | 0 | 13 | 123 | 3B | 35 |
| Octal | 270 | 101 | 316 | 13 | 104 | 0 | 23 | 443 | 73 | 65 |
| Binary | 10111000 | 1000001 | 11001110 | 1011 | 1000100 | 0 | 10011 | 100100011 | 111011 | 110101 |
Color Harmonies of #B841CE
Complementary color
Monochromatic Colors of #B841CE
Black with #B841CE
Text Example
Text Example
White with #B841CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841CE; }
p { color: rgb(184,65,206); }
H1.HeaderClassName
{
color: #B841CE;
}
.AnyTagClassName
{
color: #B841CE;
}
</style>
background-color css
<style>
a { background-color: #B841CE; }
a { background-color: rgb(184,65,206); }
div.DivClassName
{
background-color: #B841CE;
}
.BgClassName
{
background-color: #B841CE;
}
</style>
border-color css
<style>
span { border-color: #B841CE; }
span { border-color: rgb(184,65,206); }
td.TdClassName
{
border-color: #B841CE;
}
.TagClassName
{
border-color: #B841CE;
}
</style>