Shades of Dark Orchid #B22CDA
Tints of Dark Orchid #B22CDA
RGB
CMYK
RGB Variations
Color information
#B22CDA (or 0xB22CDA) is known color: Dark Orchid. HEX triplet: B2, 2C and DA. RGB value is (178,44,218). Sum of RGB (Red+Green+Blue) = 178+44+218=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #B22CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CDA is #4DD325. Grayscale: #676767. Windows color (decimal): -5100326 or 14298290. OLE color: 14298290.
HSL color Cylindrical-coordinate representation of color #B22CDA: hue angle of 286.21º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22CDA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 44 | 218 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.15 |
| HSL | 286.21º | 0.7% | 0.51% | - |
| HSV(B) | 286.21º | 0.8% | 0.85% | - |
| XYZ | 31.92 | 16.33 | 67.8 | - |
| YUV | 103.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 218 | 0.18 | 0.80 | 0 | 0.15 | 286.21 | 0.7 | 0.51 |
| Hex | B2 | 2C | DA | 12 | 50 | 0 | F | 11E | 46 | 33 |
| Octal | 262 | 54 | 332 | 22 | 120 | 0 | 17 | 436 | 106 | 63 |
| Binary | 10110010 | 101100 | 11011010 | 10010 | 1010000 | 0 | 1111 | 100011110 | 1000110 | 110011 |
Color Harmonies of #B22CDA
Complementary color
Monochromatic Colors of #B22CDA
Black with #B22CDA
Text Example
Text Example
White with #B22CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22CDA; }
p { color: rgb(178,44,218); }
H1.HeaderClassName
{
color: #B22CDA;
}
.AnyTagClassName
{
color: #B22CDA;
}
</style>
background-color css
<style>
a { background-color: #B22CDA; }
a { background-color: rgb(178,44,218); }
div.DivClassName
{
background-color: #B22CDA;
}
.BgClassName
{
background-color: #B22CDA;
}
</style>
border-color css
<style>
span { border-color: #B22CDA; }
span { border-color: rgb(178,44,218); }
td.TdClassName
{
border-color: #B22CDA;
}
.TagClassName
{
border-color: #B22CDA;
}
</style>