Shades of Dark Orchid #B22DC9
Tints of Dark Orchid #B22DC9
RGB
CMYK
RGB Variations
Color information
#B22DC9 (or 0xB22DC9) is known color: Dark Orchid. HEX triplet: B2, 2D and C9. RGB value is (178,45,201). Sum of RGB (Red+Green+Blue) = 178+45+201=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #B22DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DC9 is #4DD236. Grayscale: #666666. Windows color (decimal): -5100087 or 13184434. OLE color: 13184434.
HSL color Cylindrical-coordinate representation of color #B22DC9: hue angle of 291.15º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22DC9 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 45 | 201 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.21 |
| HSL | 291.15º | 0.63% | 0.48% | - |
| HSV(B) | 291.15º | 0.78% | 0.79% | - |
| XYZ | 29.84 | 15.56 | 56.69 | - |
| YUV | 102.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 201 | 0.11 | 0.78 | 0 | 0.21 | 291.15 | 0.63 | 0.48 |
| Hex | B2 | 2D | C9 | B | 4E | 0 | 15 | 123 | 3F | 30 |
| Octal | 262 | 55 | 311 | 13 | 116 | 0 | 25 | 443 | 77 | 60 |
| Binary | 10110010 | 101101 | 11001001 | 1011 | 1001110 | 0 | 10101 | 100100011 | 111111 | 110000 |
Color Harmonies of #B22DC9
Complementary color
Monochromatic Colors of #B22DC9
Black with #B22DC9
Text Example
Text Example
White with #B22DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DC9; }
p { color: rgb(178,45,201); }
H1.HeaderClassName
{
color: #B22DC9;
}
.AnyTagClassName
{
color: #B22DC9;
}
</style>
background-color css
<style>
a { background-color: #B22DC9; }
a { background-color: rgb(178,45,201); }
div.DivClassName
{
background-color: #B22DC9;
}
.BgClassName
{
background-color: #B22DC9;
}
</style>
border-color css
<style>
span { border-color: #B22DC9; }
span { border-color: rgb(178,45,201); }
td.TdClassName
{
border-color: #B22DC9;
}
.TagClassName
{
border-color: #B22DC9;
}
</style>