Shades of Dark Orchid #B21EC9
Tints of Dark Orchid #B21EC9
RGB
CMYK
RGB Variations
Color information
#B21EC9 (or 0xB21EC9) is known color: Dark Orchid. HEX triplet: B2, 1E and C9. RGB value is (178,30,201). Sum of RGB (Red+Green+Blue) = 178+30+201=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #B21EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21EC9 is #4DE136. Grayscale: #5D5D5D. Windows color (decimal): -5103927 or 13180594. OLE color: 13180594.
HSL color Cylindrical-coordinate representation of color #B21EC9: hue angle of 291.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21EC9 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 30 | 201 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.21 |
| HSL | 291.93º | 0.74% | 0.45% | - |
| HSV(B) | 291.93º | 0.85% | 0.79% | - |
| XYZ | 29.37 | 14.61 | 56.53 | - |
| YUV | 93.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 201 | 0.11 | 0.85 | 0 | 0.21 | 291.93 | 0.74 | 0.45 |
| Hex | B2 | 1E | C9 | B | 55 | 0 | 15 | 124 | 4A | 2D |
| Octal | 262 | 36 | 311 | 13 | 125 | 0 | 25 | 444 | 112 | 55 |
| Binary | 10110010 | 11110 | 11001001 | 1011 | 1010101 | 0 | 10101 | 100100100 | 1001010 | 101101 |
Color Harmonies of #B21EC9
Complementary color
Monochromatic Colors of #B21EC9
Black with #B21EC9
Text Example
Text Example
White with #B21EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EC9; }
p { color: rgb(178,30,201); }
H1.HeaderClassName
{
color: #B21EC9;
}
.AnyTagClassName
{
color: #B21EC9;
}
</style>
background-color css
<style>
a { background-color: #B21EC9; }
a { background-color: rgb(178,30,201); }
div.DivClassName
{
background-color: #B21EC9;
}
.BgClassName
{
background-color: #B21EC9;
}
</style>
border-color css
<style>
span { border-color: #B21EC9; }
span { border-color: rgb(178,30,201); }
td.TdClassName
{
border-color: #B21EC9;
}
.TagClassName
{
border-color: #B21EC9;
}
</style>