Shades of Dark Orchid #B221C9
Tints of Dark Orchid #B221C9
RGB
CMYK
RGB Variations
Color information
#B221C9 (or 0xB221C9) is known color: Dark Orchid. HEX triplet: B2, 21 and C9. RGB value is (178,33,201). Sum of RGB (Red+Green+Blue) = 178+33+201=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #B221C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221C9 is #4DDE36. Grayscale: #5E5E5E. Windows color (decimal): -5103159 or 13181362. OLE color: 13181362.
HSL color Cylindrical-coordinate representation of color #B221C9: hue angle of 291.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B221C9 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 33 | 201 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.21 |
| HSL | 291.79º | 0.72% | 0.46% | - |
| HSV(B) | 291.79º | 0.84% | 0.79% | - |
| XYZ | 29.45 | 14.77 | 56.56 | - |
| YUV | 95.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 201 | 0.11 | 0.84 | 0 | 0.21 | 291.79 | 0.72 | 0.46 |
| Hex | B2 | 21 | C9 | B | 54 | 0 | 15 | 124 | 48 | 2E |
| Octal | 262 | 41 | 311 | 13 | 124 | 0 | 25 | 444 | 110 | 56 |
| Binary | 10110010 | 100001 | 11001001 | 1011 | 1010100 | 0 | 10101 | 100100100 | 1001000 | 101110 |
Color Harmonies of #B221C9
Complementary color
Monochromatic Colors of #B221C9
Black with #B221C9
Text Example
Text Example
White with #B221C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221C9; }
p { color: rgb(178,33,201); }
H1.HeaderClassName
{
color: #B221C9;
}
.AnyTagClassName
{
color: #B221C9;
}
</style>
background-color css
<style>
a { background-color: #B221C9; }
a { background-color: rgb(178,33,201); }
div.DivClassName
{
background-color: #B221C9;
}
.BgClassName
{
background-color: #B221C9;
}
</style>
border-color css
<style>
span { border-color: #B221C9; }
span { border-color: rgb(178,33,201); }
td.TdClassName
{
border-color: #B221C9;
}
.TagClassName
{
border-color: #B221C9;
}
</style>