Shades of Dark Orchid #B21ECB
Tints of Dark Orchid #B21ECB
RGB
CMYK
RGB Variations
Color information
#B21ECB (or 0xB21ECB) is known color: Dark Orchid. HEX triplet: B2, 1E and CB. RGB value is (178,30,203). Sum of RGB (Red+Green+Blue) = 178+30+203=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B21ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ECB is #4DE134. Grayscale: #5D5D5D. Windows color (decimal): -5103925 or 13311666. OLE color: 13311666.
HSL color Cylindrical-coordinate representation of color #B21ECB: hue angle of 291.33º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21ECB is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 30 | 203 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.20 |
| HSL | 291.33º | 0.74% | 0.46% | - |
| HSV(B) | 291.33º | 0.85% | 0.8% | - |
| XYZ | 29.6 | 14.71 | 57.78 | - |
| YUV | 93.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 203 | 0.12 | 0.85 | 0 | 0.20 | 291.33 | 0.74 | 0.46 |
| Hex | B2 | 1E | CB | C | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 262 | 36 | 313 | 14 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110010 | 11110 | 11001011 | 1100 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B21ECB
Complementary color
Monochromatic Colors of #B21ECB
Black with #B21ECB
Text Example
Text Example
White with #B21ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21ECB; }
p { color: rgb(178,30,203); }
H1.HeaderClassName
{
color: #B21ECB;
}
.AnyTagClassName
{
color: #B21ECB;
}
</style>
background-color css
<style>
a { background-color: #B21ECB; }
a { background-color: rgb(178,30,203); }
div.DivClassName
{
background-color: #B21ECB;
}
.BgClassName
{
background-color: #B21ECB;
}
</style>
border-color css
<style>
span { border-color: #B21ECB; }
span { border-color: rgb(178,30,203); }
td.TdClassName
{
border-color: #B21ECB;
}
.TagClassName
{
border-color: #B21ECB;
}
</style>