Shades of Dark Orchid #B224E4
Tints of Dark Orchid #B224E4
RGB
CMYK
RGB Variations
Color information
#B224E4 (or 0xB224E4) is known color: Dark Orchid. HEX triplet: B2, 24 and E4. RGB value is (178,36,228). Sum of RGB (Red+Green+Blue) = 178+36+228=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #B224E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224E4 is #4DDB1B. Grayscale: #636363. Windows color (decimal): -5102364 or 14951602. OLE color: 14951602.
HSL color Cylindrical-coordinate representation of color #B224E4: hue angle of 284.38º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B224E4 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 36 | 228 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.11 |
| HSL | 284.38º | 0.78% | 0.52% | - |
| HSV(B) | 284.38º | 0.84% | 0.89% | - |
| XYZ | 32.99 | 16.33 | 74.81 | - |
| YUV | 100.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 228 | 0.22 | 0.84 | 0 | 0.11 | 284.38 | 0.78 | 0.52 |
| Hex | B2 | 24 | E4 | 16 | 54 | 0 | B | 11C | 4E | 34 |
| Octal | 262 | 44 | 344 | 26 | 124 | 0 | 13 | 434 | 116 | 64 |
| Binary | 10110010 | 100100 | 11100100 | 10110 | 1010100 | 0 | 1011 | 100011100 | 1001110 | 110100 |
Color Harmonies of #B224E4
Complementary color
Monochromatic Colors of #B224E4
Black with #B224E4
Text Example
Text Example
White with #B224E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224E4; }
p { color: rgb(178,36,228); }
H1.HeaderClassName
{
color: #B224E4;
}
.AnyTagClassName
{
color: #B224E4;
}
</style>
background-color css
<style>
a { background-color: #B224E4; }
a { background-color: rgb(178,36,228); }
div.DivClassName
{
background-color: #B224E4;
}
.BgClassName
{
background-color: #B224E4;
}
</style>
border-color css
<style>
span { border-color: #B224E4; }
span { border-color: rgb(178,36,228); }
td.TdClassName
{
border-color: #B224E4;
}
.TagClassName
{
border-color: #B224E4;
}
</style>