Shades of Dark Orchid #B221C2
Tints of Dark Orchid #B221C2
RGB
CMYK
RGB Variations
Color information
#B221C2 (or 0xB221C2) is known color: Dark Orchid. HEX triplet: B2, 21 and C2. RGB value is (178,33,194). Sum of RGB (Red+Green+Blue) = 178+33+194=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #B221C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221C2 is #4DDE3D. Grayscale: #5E5E5E. Windows color (decimal): -5103166 or 12722610. OLE color: 12722610.
HSL color Cylindrical-coordinate representation of color #B221C2: hue angle of 294.04º 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 #B221C2 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 33 | 194 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.24 |
| HSL | 294.04º | 0.71% | 0.45% | - |
| HSV(B) | 294.04º | 0.83% | 0.76% | - |
| XYZ | 28.64 | 14.45 | 52.32 | - |
| YUV | 94.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 194 | 0.08 | 0.83 | 0 | 0.24 | 294.04 | 0.71 | 0.45 |
| Hex | B2 | 21 | C2 | 8 | 53 | 0 | 18 | 126 | 47 | 2D |
| Octal | 262 | 41 | 302 | 10 | 123 | 0 | 30 | 446 | 107 | 55 |
| Binary | 10110010 | 100001 | 11000010 | 1000 | 1010011 | 0 | 11000 | 100100110 | 1000111 | 101101 |
Color Harmonies of #B221C2
Complementary color
Monochromatic Colors of #B221C2
Black with #B221C2
Text Example
Text Example
White with #B221C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221C2; }
p { color: rgb(178,33,194); }
H1.HeaderClassName
{
color: #B221C2;
}
.AnyTagClassName
{
color: #B221C2;
}
</style>
background-color css
<style>
a { background-color: #B221C2; }
a { background-color: rgb(178,33,194); }
div.DivClassName
{
background-color: #B221C2;
}
.BgClassName
{
background-color: #B221C2;
}
</style>
border-color css
<style>
span { border-color: #B221C2; }
span { border-color: rgb(178,33,194); }
td.TdClassName
{
border-color: #B221C2;
}
.TagClassName
{
border-color: #B221C2;
}
</style>