Shades of Dark Orchid #B221CF
Tints of Dark Orchid #B221CF
RGB
CMYK
RGB Variations
Color information
#B221CF (or 0xB221CF) is known color: Dark Orchid. HEX triplet: B2, 21 and CF. RGB value is (178,33,207). Sum of RGB (Red+Green+Blue) = 178+33+207=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #B221CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221CF is #4DDE30. Grayscale: #5F5F5F. Windows color (decimal): -5103153 or 13574578. OLE color: 13574578.
HSL color Cylindrical-coordinate representation of color #B221CF: hue angle of 290º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B221CF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 33 | 207 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.19 |
| HSL | 290º | 0.73% | 0.47% | - |
| HSV(B) | 290º | 0.84% | 0.81% | - |
| XYZ | 30.17 | 15.06 | 60.35 | - |
| YUV | 96.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 207 | 0.14 | 0.84 | 0 | 0.19 | 290 | 0.73 | 0.47 |
| Hex | B2 | 21 | CF | E | 54 | 0 | 13 | 122 | 48 | 2F |
| Octal | 262 | 41 | 317 | 16 | 124 | 0 | 23 | 442 | 110 | 57 |
| Binary | 10110010 | 100001 | 11001111 | 1110 | 1010100 | 0 | 10011 | 100100010 | 1001000 | 101111 |
Color Harmonies of #B221CF
Complementary color
Monochromatic Colors of #B221CF
Black with #B221CF
Text Example
Text Example
White with #B221CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221CF; }
p { color: rgb(178,33,207); }
H1.HeaderClassName
{
color: #B221CF;
}
.AnyTagClassName
{
color: #B221CF;
}
</style>
background-color css
<style>
a { background-color: #B221CF; }
a { background-color: rgb(178,33,207); }
div.DivClassName
{
background-color: #B221CF;
}
.BgClassName
{
background-color: #B221CF;
}
</style>
border-color css
<style>
span { border-color: #B221CF; }
span { border-color: rgb(178,33,207); }
td.TdClassName
{
border-color: #B221CF;
}
.TagClassName
{
border-color: #B221CF;
}
</style>