Shades of Dark Orchid #B22EC1
Tints of Dark Orchid #B22EC1
RGB
CMYK
RGB Variations
Color information
#B22EC1 (or 0xB22EC1) is known color: Dark Orchid. HEX triplet: B2, 2E and C1. RGB value is (178,46,193). Sum of RGB (Red+Green+Blue) = 178+46+193=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #B22EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22EC1 is #4DD13E. Grayscale: #656565. Windows color (decimal): -5099839 or 12660402. OLE color: 12660402.
HSL color Cylindrical-coordinate representation of color #B22EC1: hue angle of 293.88º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22EC1 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 46 | 193 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.24 |
| HSL | 293.88º | 0.62% | 0.47% | - |
| HSV(B) | 293.88º | 0.76% | 0.76% | - |
| XYZ | 28.96 | 15.27 | 51.87 | - |
| YUV | 102.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 193 | 0.08 | 0.76 | 0 | 0.24 | 293.88 | 0.62 | 0.47 |
| Hex | B2 | 2E | C1 | 8 | 4C | 0 | 18 | 126 | 3E | 2F |
| Octal | 262 | 56 | 301 | 10 | 114 | 0 | 30 | 446 | 76 | 57 |
| Binary | 10110010 | 101110 | 11000001 | 1000 | 1001100 | 0 | 11000 | 100100110 | 111110 | 101111 |
Color Harmonies of #B22EC1
Complementary color
Monochromatic Colors of #B22EC1
Black with #B22EC1
Text Example
Text Example
White with #B22EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22EC1; }
p { color: rgb(178,46,193); }
H1.HeaderClassName
{
color: #B22EC1;
}
.AnyTagClassName
{
color: #B22EC1;
}
</style>
background-color css
<style>
a { background-color: #B22EC1; }
a { background-color: rgb(178,46,193); }
div.DivClassName
{
background-color: #B22EC1;
}
.BgClassName
{
background-color: #B22EC1;
}
</style>
border-color css
<style>
span { border-color: #B22EC1; }
span { border-color: rgb(178,46,193); }
td.TdClassName
{
border-color: #B22EC1;
}
.TagClassName
{
border-color: #B22EC1;
}
</style>