Shades of Dark Orchid #B820DF
Tints of Dark Orchid #B820DF
RGB
CMYK
RGB Variations
Color information
#B820DF (or 0xB820DF) is known color: Dark Orchid. HEX triplet: B8, 20 and DF. RGB value is (184,32,223). Sum of RGB (Red+Green+Blue) = 184+32+223=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #B820DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820DF is #47DF20. Grayscale: #626262. Windows color (decimal): -4710177 or 14622904. OLE color: 14622904.
HSL color Cylindrical-coordinate representation of color #B820DF: hue angle of 287.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B820DF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 32 | 223 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.13 |
| HSL | 287.75º | 0.75% | 0.5% | - |
| HSV(B) | 287.75º | 0.86% | 0.87% | - |
| XYZ | 33.6 | 16.55 | 71.24 | - |
| YUV | 99.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 223 | 0.17 | 0.86 | 0 | 0.13 | 287.75 | 0.75 | 0.5 |
| Hex | B8 | 20 | DF | 11 | 56 | 0 | D | 120 | 4B | 32 |
| Octal | 270 | 40 | 337 | 21 | 126 | 0 | 15 | 440 | 113 | 62 |
| Binary | 10111000 | 100000 | 11011111 | 10001 | 1010110 | 0 | 1101 | 100100000 | 1001011 | 110010 |
Color Harmonies of #B820DF
Complementary color
Monochromatic Colors of #B820DF
Black with #B820DF
Text Example
Text Example
White with #B820DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820DF; }
p { color: rgb(184,32,223); }
H1.HeaderClassName
{
color: #B820DF;
}
.AnyTagClassName
{
color: #B820DF;
}
</style>
background-color css
<style>
a { background-color: #B820DF; }
a { background-color: rgb(184,32,223); }
div.DivClassName
{
background-color: #B820DF;
}
.BgClassName
{
background-color: #B820DF;
}
</style>
border-color css
<style>
span { border-color: #B820DF; }
span { border-color: rgb(184,32,223); }
td.TdClassName
{
border-color: #B820DF;
}
.TagClassName
{
border-color: #B820DF;
}
</style>