Shades of Dark Orchid #B827CE
Tints of Dark Orchid #B827CE
RGB
CMYK
RGB Variations
Color information
#B827CE (or 0xB827CE) is known color: Dark Orchid. HEX triplet: B8, 27 and CE. RGB value is (184,39,206). Sum of RGB (Red+Green+Blue) = 184+39+206=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B827CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827CE is #47D831. Grayscale: #646464. Windows color (decimal): -4708402 or 13510584. OLE color: 13510584.
HSL color Cylindrical-coordinate representation of color #B827CE: hue angle of 292.1º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B827CE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 39 | 206 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.19 |
| HSL | 292.1º | 0.68% | 0.48% | - |
| HSV(B) | 292.1º | 0.81% | 0.81% | - |
| XYZ | 31.63 | 16.1 | 59.83 | - |
| YUV | 101.39 | 187.04 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 206 | 0.11 | 0.81 | 0 | 0.19 | 292.1 | 0.68 | 0.48 |
| Hex | B8 | 27 | CE | B | 51 | 0 | 13 | 124 | 44 | 30 |
| Octal | 270 | 47 | 316 | 13 | 121 | 0 | 23 | 444 | 104 | 60 |
| Binary | 10111000 | 100111 | 11001110 | 1011 | 1010001 | 0 | 10011 | 100100100 | 1000100 | 110000 |
Color Harmonies of #B827CE
Complementary color
Monochromatic Colors of #B827CE
Black with #B827CE
Text Example
Text Example
White with #B827CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827CE; }
p { color: rgb(184,39,206); }
H1.HeaderClassName
{
color: #B827CE;
}
.AnyTagClassName
{
color: #B827CE;
}
</style>
background-color css
<style>
a { background-color: #B827CE; }
a { background-color: rgb(184,39,206); }
div.DivClassName
{
background-color: #B827CE;
}
.BgClassName
{
background-color: #B827CE;
}
</style>
border-color css
<style>
span { border-color: #B827CE; }
span { border-color: rgb(184,39,206); }
td.TdClassName
{
border-color: #B827CE;
}
.TagClassName
{
border-color: #B827CE;
}
</style>