Shades of Dark Orchid #B921DF
Tints of Dark Orchid #B921DF
RGB
CMYK
RGB Variations
Color information
#B921DF (or 0xB921DF) is known color: Dark Orchid. HEX triplet: B9, 21 and DF. RGB value is (185,33,223). Sum of RGB (Red+Green+Blue) = 185+33+223=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #B921DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921DF is #46DE20. Grayscale: #636363. Windows color (decimal): -4644385 or 14623161. OLE color: 14623161.
HSL color Cylindrical-coordinate representation of color #B921DF: hue angle of 288º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B921DF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 33 | 223 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.13 |
| HSL | 288º | 0.75% | 0.5% | - |
| HSV(B) | 288º | 0.85% | 0.87% | - |
| XYZ | 33.87 | 16.73 | 71.26 | - |
| YUV | 100.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 223 | 0.17 | 0.85 | 0 | 0.13 | 288 | 0.75 | 0.5 |
| Hex | B9 | 21 | DF | 11 | 55 | 0 | D | 120 | 4B | 32 |
| Octal | 271 | 41 | 337 | 21 | 125 | 0 | 15 | 440 | 113 | 62 |
| Binary | 10111001 | 100001 | 11011111 | 10001 | 1010101 | 0 | 1101 | 100100000 | 1001011 | 110010 |
Color Harmonies of #B921DF
Complementary color
Monochromatic Colors of #B921DF
Black with #B921DF
Text Example
Text Example
White with #B921DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921DF; }
p { color: rgb(185,33,223); }
H1.HeaderClassName
{
color: #B921DF;
}
.AnyTagClassName
{
color: #B921DF;
}
</style>
background-color css
<style>
a { background-color: #B921DF; }
a { background-color: rgb(185,33,223); }
div.DivClassName
{
background-color: #B921DF;
}
.BgClassName
{
background-color: #B921DF;
}
</style>
border-color css
<style>
span { border-color: #B921DF; }
span { border-color: rgb(185,33,223); }
td.TdClassName
{
border-color: #B921DF;
}
.TagClassName
{
border-color: #B921DF;
}
</style>