Shades of Dark Orchid #B021C2
Tints of Dark Orchid #B021C2
RGB
CMYK
RGB Variations
Color information
#B021C2 (or 0xB021C2) is known color: Dark Orchid. HEX triplet: B0, 21 and C2. RGB value is (176,33,194). Sum of RGB (Red+Green+Blue) = 176+33+194=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #B021C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021C2 is #4FDE3D. Grayscale: #5D5D5D. Windows color (decimal): -5234238 or 12722608. OLE color: 12722608.
HSL color Cylindrical-coordinate representation of color #B021C2: hue angle of 293.29º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B021C2 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 33 | 194 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.24 |
| HSL | 293.29º | 0.71% | 0.45% | - |
| HSV(B) | 293.29º | 0.83% | 0.76% | - |
| XYZ | 28.19 | 14.21 | 52.3 | - |
| YUV | 94.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 194 | 0.09 | 0.83 | 0 | 0.24 | 293.29 | 0.71 | 0.45 |
| Hex | B0 | 21 | C2 | 9 | 53 | 0 | 18 | 125 | 47 | 2D |
| Octal | 260 | 41 | 302 | 11 | 123 | 0 | 30 | 445 | 107 | 55 |
| Binary | 10110000 | 100001 | 11000010 | 1001 | 1010011 | 0 | 11000 | 100100101 | 1000111 | 101101 |
Color Harmonies of #B021C2
Complementary color
Monochromatic Colors of #B021C2
Black with #B021C2
Text Example
Text Example
White with #B021C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021C2; }
p { color: rgb(176,33,194); }
H1.HeaderClassName
{
color: #B021C2;
}
.AnyTagClassName
{
color: #B021C2;
}
</style>
background-color css
<style>
a { background-color: #B021C2; }
a { background-color: rgb(176,33,194); }
div.DivClassName
{
background-color: #B021C2;
}
.BgClassName
{
background-color: #B021C2;
}
</style>
border-color css
<style>
span { border-color: #B021C2; }
span { border-color: rgb(176,33,194); }
td.TdClassName
{
border-color: #B021C2;
}
.TagClassName
{
border-color: #B021C2;
}
</style>