Shades of Dark Orchid #B221C0
Tints of Dark Orchid #B221C0
RGB
CMYK
RGB Variations
Color information
#B221C0 (or 0xB221C0) is known color: Dark Orchid. HEX triplet: B2, 21 and C0. RGB value is (178,33,192). Sum of RGB (Red+Green+Blue) = 178+33+192=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #B221C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221C0 is #4DDE3F. Grayscale: #5D5D5D. Windows color (decimal): -5103168 or 12591538. OLE color: 12591538.
HSL color Cylindrical-coordinate representation of color #B221C0: hue angle of 294.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B221C0 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 33 | 192 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.25 |
| HSL | 294.72º | 0.71% | 0.44% | - |
| HSV(B) | 294.72º | 0.83% | 0.75% | - |
| XYZ | 28.42 | 14.36 | 51.14 | - |
| YUV | 94.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 192 | 0.07 | 0.83 | 0 | 0.25 | 294.72 | 0.71 | 0.44 |
| Hex | B2 | 21 | C0 | 7 | 53 | 0 | 19 | 127 | 47 | 2C |
| Octal | 262 | 41 | 300 | 7 | 123 | 0 | 31 | 447 | 107 | 54 |
| Binary | 10110010 | 100001 | 11000000 | 111 | 1010011 | 0 | 11001 | 100100111 | 1000111 | 101100 |
Color Harmonies of #B221C0
Complementary color
Monochromatic Colors of #B221C0
Black with #B221C0
Text Example
Text Example
White with #B221C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221C0; }
p { color: rgb(178,33,192); }
H1.HeaderClassName
{
color: #B221C0;
}
.AnyTagClassName
{
color: #B221C0;
}
</style>
background-color css
<style>
a { background-color: #B221C0; }
a { background-color: rgb(178,33,192); }
div.DivClassName
{
background-color: #B221C0;
}
.BgClassName
{
background-color: #B221C0;
}
</style>
border-color css
<style>
span { border-color: #B221C0; }
span { border-color: rgb(178,33,192); }
td.TdClassName
{
border-color: #B221C0;
}
.TagClassName
{
border-color: #B221C0;
}
</style>