Shades of Dark Orchid #B832CE
Tints of Dark Orchid #B832CE
RGB
CMYK
RGB Variations
Color information
#B832CE (or 0xB832CE) is known color: Dark Orchid. HEX triplet: B8, 32 and CE. RGB value is (184,50,206). Sum of RGB (Red+Green+Blue) = 184+50+206=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B832CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832CE is #47CD31. Grayscale: #6B6B6B. Windows color (decimal): -4705586 or 13513400. OLE color: 13513400.
HSL color Cylindrical-coordinate representation of color #B832CE: hue angle of 291.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B832CE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 50 | 206 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.19 |
| HSL | 291.54º | 0.61% | 0.5% | - |
| HSV(B) | 291.54º | 0.76% | 0.81% | - |
| XYZ | 32.05 | 16.93 | 59.97 | - |
| YUV | 107.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 206 | 0.11 | 0.76 | 0 | 0.19 | 291.54 | 0.61 | 0.5 |
| Hex | B8 | 32 | CE | B | 4C | 0 | 13 | 124 | 3D | 32 |
| Octal | 270 | 62 | 316 | 13 | 114 | 0 | 23 | 444 | 75 | 62 |
| Binary | 10111000 | 110010 | 11001110 | 1011 | 1001100 | 0 | 10011 | 100100100 | 111101 | 110010 |
Color Harmonies of #B832CE
Complementary color
Monochromatic Colors of #B832CE
Black with #B832CE
Text Example
Text Example
White with #B832CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832CE; }
p { color: rgb(184,50,206); }
H1.HeaderClassName
{
color: #B832CE;
}
.AnyTagClassName
{
color: #B832CE;
}
</style>
background-color css
<style>
a { background-color: #B832CE; }
a { background-color: rgb(184,50,206); }
div.DivClassName
{
background-color: #B832CE;
}
.BgClassName
{
background-color: #B832CE;
}
</style>
border-color css
<style>
span { border-color: #B832CE; }
span { border-color: rgb(184,50,206); }
td.TdClassName
{
border-color: #B832CE;
}
.TagClassName
{
border-color: #B832CE;
}
</style>