Shades of Dark Orchid #B22EBC
Tints of Dark Orchid #B22EBC
RGB
CMYK
RGB Variations
Color information
#B22EBC (or 0xB22EBC) is known color: Dark Orchid. HEX triplet: B2, 2E and BC. RGB value is (178,46,188). Sum of RGB (Red+Green+Blue) = 178+46+188=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B22EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22EBC is #4DD143. Grayscale: #656565. Windows color (decimal): -5099844 or 12332722. OLE color: 12332722.
HSL color Cylindrical-coordinate representation of color #B22EBC: hue angle of 295.77º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22EBC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 46 | 188 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.26 |
| HSL | 295.77º | 0.61% | 0.46% | - |
| HSV(B) | 295.77º | 0.76% | 0.74% | - |
| XYZ | 28.41 | 15.05 | 48.98 | - |
| YUV | 101.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 188 | 0.05 | 0.76 | 0 | 0.26 | 295.77 | 0.61 | 0.46 |
| Hex | B2 | 2E | BC | 5 | 4C | 0 | 1A | 128 | 3D | 2E |
| Octal | 262 | 56 | 274 | 5 | 114 | 0 | 32 | 450 | 75 | 56 |
| Binary | 10110010 | 101110 | 10111100 | 101 | 1001100 | 0 | 11010 | 100101000 | 111101 | 101110 |
Color Harmonies of #B22EBC
Complementary color
Monochromatic Colors of #B22EBC
Black with #B22EBC
Text Example
Text Example
White with #B22EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22EBC; }
p { color: rgb(178,46,188); }
H1.HeaderClassName
{
color: #B22EBC;
}
.AnyTagClassName
{
color: #B22EBC;
}
</style>
background-color css
<style>
a { background-color: #B22EBC; }
a { background-color: rgb(178,46,188); }
div.DivClassName
{
background-color: #B22EBC;
}
.BgClassName
{
background-color: #B22EBC;
}
</style>
border-color css
<style>
span { border-color: #B22EBC; }
span { border-color: rgb(178,46,188); }
td.TdClassName
{
border-color: #B22EBC;
}
.TagClassName
{
border-color: #B22EBC;
}
</style>