Shades of Dark Orchid #B821CE
Tints of Dark Orchid #B821CE
RGB
CMYK
RGB Variations
Color information
#B821CE (or 0xB821CE) is known color: Dark Orchid. HEX triplet: B8, 21 and CE. RGB value is (184,33,206). Sum of RGB (Red+Green+Blue) = 184+33+206=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #B821CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821CE is #47DE31. Grayscale: #616161. Windows color (decimal): -4709938 or 13509048. OLE color: 13509048.
HSL color Cylindrical-coordinate representation of color #B821CE: hue angle of 292.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B821CE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 33 | 206 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.19 |
| HSL | 292.37º | 0.72% | 0.47% | - |
| HSV(B) | 292.37º | 0.84% | 0.81% | - |
| XYZ | 31.45 | 15.73 | 59.77 | - |
| YUV | 97.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 206 | 0.11 | 0.84 | 0 | 0.19 | 292.37 | 0.72 | 0.47 |
| Hex | B8 | 21 | CE | B | 54 | 0 | 13 | 124 | 48 | 2F |
| Octal | 270 | 41 | 316 | 13 | 124 | 0 | 23 | 444 | 110 | 57 |
| Binary | 10111000 | 100001 | 11001110 | 1011 | 1010100 | 0 | 10011 | 100100100 | 1001000 | 101111 |
Color Harmonies of #B821CE
Complementary color
Monochromatic Colors of #B821CE
Black with #B821CE
Text Example
Text Example
White with #B821CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821CE; }
p { color: rgb(184,33,206); }
H1.HeaderClassName
{
color: #B821CE;
}
.AnyTagClassName
{
color: #B821CE;
}
</style>
background-color css
<style>
a { background-color: #B821CE; }
a { background-color: rgb(184,33,206); }
div.DivClassName
{
background-color: #B821CE;
}
.BgClassName
{
background-color: #B821CE;
}
</style>
border-color css
<style>
span { border-color: #B821CE; }
span { border-color: rgb(184,33,206); }
td.TdClassName
{
border-color: #B821CE;
}
.TagClassName
{
border-color: #B821CE;
}
</style>