Shades of Dark Orchid #B22CE2
Tints of Dark Orchid #B22CE2
RGB
CMYK
RGB Variations
Color information
#B22CE2 (or 0xB22CE2) is known color: Dark Orchid. HEX triplet: B2, 2C and E2. RGB value is (178,44,226). Sum of RGB (Red+Green+Blue) = 178+44+226=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #B22CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CE2 is #4DD31D. Grayscale: #686868. Windows color (decimal): -5100318 or 14822578. OLE color: 14822578.
HSL color Cylindrical-coordinate representation of color #B22CE2: hue angle of 284.18º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22CE2 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 44 | 226 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.11 |
| HSL | 284.18º | 0.76% | 0.53% | - |
| HSV(B) | 284.18º | 0.81% | 0.89% | - |
| XYZ | 32.99 | 16.76 | 73.45 | - |
| YUV | 104.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 226 | 0.21 | 0.81 | 0 | 0.11 | 284.18 | 0.76 | 0.53 |
| Hex | B2 | 2C | E2 | 15 | 51 | 0 | B | 11C | 4C | 35 |
| Octal | 262 | 54 | 342 | 25 | 121 | 0 | 13 | 434 | 114 | 65 |
| Binary | 10110010 | 101100 | 11100010 | 10101 | 1010001 | 0 | 1011 | 100011100 | 1001100 | 110101 |
Color Harmonies of #B22CE2
Complementary color
Monochromatic Colors of #B22CE2
Black with #B22CE2
Text Example
Text Example
White with #B22CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22CE2; }
p { color: rgb(178,44,226); }
H1.HeaderClassName
{
color: #B22CE2;
}
.AnyTagClassName
{
color: #B22CE2;
}
</style>
background-color css
<style>
a { background-color: #B22CE2; }
a { background-color: rgb(178,44,226); }
div.DivClassName
{
background-color: #B22CE2;
}
.BgClassName
{
background-color: #B22CE2;
}
</style>
border-color css
<style>
span { border-color: #B22CE2; }
span { border-color: rgb(178,44,226); }
td.TdClassName
{
border-color: #B22CE2;
}
.TagClassName
{
border-color: #B22CE2;
}
</style>