Shades of Dark Orchid #B42EEC
Tints of Dark Orchid #B42EEC
RGB
CMYK
RGB Variations
Color information
#B42EEC (or 0xB42EEC) is known color: Dark Orchid. HEX triplet: B4, 2E and EC. RGB value is (180,46,236). Sum of RGB (Red+Green+Blue) = 180+46+236=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #B42EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EEC is #4BD113. Grayscale: #6B6B6B. Windows color (decimal): -4968724 or 15478452. OLE color: 15478452.
HSL color Cylindrical-coordinate representation of color #B42EEC: hue angle of 282.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42EEC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 46 | 236 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.07 |
| HSL | 282.32º | 0.83% | 0.55% | - |
| HSV(B) | 282.32º | 0.81% | 0.93% | - |
| XYZ | 34.94 | 17.71 | 80.93 | - |
| YUV | 107.73 | 200.39 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 236 | 0.24 | 0.81 | 0 | 0.07 | 282.32 | 0.83 | 0.55 |
| Hex | B4 | 2E | EC | 18 | 51 | 0 | 7 | 11A | 53 | 37 |
| Octal | 264 | 56 | 354 | 30 | 121 | 0 | 7 | 432 | 123 | 67 |
| Binary | 10110100 | 101110 | 11101100 | 11000 | 1010001 | 0 | 111 | 100011010 | 1010011 | 110111 |
Color Harmonies of #B42EEC
Complementary color
Monochromatic Colors of #B42EEC
Black with #B42EEC
Text Example
Text Example
White with #B42EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42EEC; }
p { color: rgb(180,46,236); }
H1.HeaderClassName
{
color: #B42EEC;
}
.AnyTagClassName
{
color: #B42EEC;
}
</style>
background-color css
<style>
a { background-color: #B42EEC; }
a { background-color: rgb(180,46,236); }
div.DivClassName
{
background-color: #B42EEC;
}
.BgClassName
{
background-color: #B42EEC;
}
</style>
border-color css
<style>
span { border-color: #B42EEC; }
span { border-color: rgb(180,46,236); }
td.TdClassName
{
border-color: #B42EEC;
}
.TagClassName
{
border-color: #B42EEC;
}
</style>