Shades of Dark Orchid #B224EA
Tints of Dark Orchid #B224EA
RGB
CMYK
RGB Variations
Color information
#B224EA (or 0xB224EA) is known color: Dark Orchid. HEX triplet: B2, 24 and EA. RGB value is (178,36,234). Sum of RGB (Red+Green+Blue) = 178+36+234=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #B224EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B224EA is #4DDB15. Grayscale: #646464. Windows color (decimal): -5102358 or 15344818. OLE color: 15344818.
HSL color Cylindrical-coordinate representation of color #B224EA: hue angle of 283.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B224EA is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 36 | 234 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.08 |
| HSL | 283.03º | 0.83% | 0.53% | - |
| HSV(B) | 283.03º | 0.85% | 0.92% | - |
| XYZ | 33.84 | 16.67 | 79.28 | - |
| YUV | 101.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 234 | 0.24 | 0.85 | 0 | 0.08 | 283.03 | 0.83 | 0.53 |
| Hex | B2 | 24 | EA | 18 | 55 | 0 | 8 | 11B | 52 | 35 |
| Octal | 262 | 44 | 352 | 30 | 125 | 0 | 10 | 433 | 122 | 65 |
| Binary | 10110010 | 100100 | 11101010 | 11000 | 1010101 | 0 | 1000 | 100011011 | 1010010 | 110101 |
Color Harmonies of #B224EA
Complementary color
Monochromatic Colors of #B224EA
Black with #B224EA
Text Example
Text Example
White with #B224EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224EA; }
p { color: rgb(178,36,234); }
H1.HeaderClassName
{
color: #B224EA;
}
.AnyTagClassName
{
color: #B224EA;
}
</style>
background-color css
<style>
a { background-color: #B224EA; }
a { background-color: rgb(178,36,234); }
div.DivClassName
{
background-color: #B224EA;
}
.BgClassName
{
background-color: #B224EA;
}
</style>
border-color css
<style>
span { border-color: #B224EA; }
span { border-color: rgb(178,36,234); }
td.TdClassName
{
border-color: #B224EA;
}
.TagClassName
{
border-color: #B224EA;
}
</style>