Shades of Dark Orchid #B022CA
Tints of Dark Orchid #B022CA
RGB
CMYK
RGB Variations
Color information
#B022CA (or 0xB022CA) is known color: Dark Orchid. HEX triplet: B0, 22 and CA. RGB value is (176,34,202). Sum of RGB (Red+Green+Blue) = 176+34+202=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #B022CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022CA is #4FDD35. Grayscale: #5F5F5F. Windows color (decimal): -5233974 or 13247152. OLE color: 13247152.
HSL color Cylindrical-coordinate representation of color #B022CA: hue angle of 290.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B022CA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 34 | 202 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.21 |
| HSL | 290.71º | 0.71% | 0.46% | - |
| HSV(B) | 290.71º | 0.83% | 0.79% | - |
| XYZ | 29.14 | 14.64 | 57.17 | - |
| YUV | 95.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 202 | 0.13 | 0.83 | 0 | 0.21 | 290.71 | 0.71 | 0.46 |
| Hex | B0 | 22 | CA | D | 53 | 0 | 15 | 123 | 47 | 2E |
| Octal | 260 | 42 | 312 | 15 | 123 | 0 | 25 | 443 | 107 | 56 |
| Binary | 10110000 | 100010 | 11001010 | 1101 | 1010011 | 0 | 10101 | 100100011 | 1000111 | 101110 |
Color Harmonies of #B022CA
Complementary color
Monochromatic Colors of #B022CA
Black with #B022CA
Text Example
Text Example
White with #B022CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022CA; }
p { color: rgb(176,34,202); }
H1.HeaderClassName
{
color: #B022CA;
}
.AnyTagClassName
{
color: #B022CA;
}
</style>
background-color css
<style>
a { background-color: #B022CA; }
a { background-color: rgb(176,34,202); }
div.DivClassName
{
background-color: #B022CA;
}
.BgClassName
{
background-color: #B022CA;
}
</style>
border-color css
<style>
span { border-color: #B022CA; }
span { border-color: rgb(176,34,202); }
td.TdClassName
{
border-color: #B022CA;
}
.TagClassName
{
border-color: #B022CA;
}
</style>