Shades of Dark Orchid #B42EED
Tints of Dark Orchid #B42EED
RGB
CMYK
RGB Variations
Color information
#B42EED (or 0xB42EED) is known color: Dark Orchid. HEX triplet: B4, 2E and ED. RGB value is (180,46,237). Sum of RGB (Red+Green+Blue) = 180+46+237=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #B42EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EED is #4BD112. Grayscale: #6B6B6B. Windows color (decimal): -4968723 or 15543988. OLE color: 15543988.
HSL color Cylindrical-coordinate representation of color #B42EED: hue angle of 282.09º degrees, saturation: 0.84, 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 #B42EED is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 46 | 237 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.07 |
| HSL | 282.09º | 0.84% | 0.55% | - |
| HSV(B) | 282.09º | 0.81% | 0.93% | - |
| XYZ | 35.09 | 17.77 | 81.7 | - |
| YUV | 107.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 237 | 0.24 | 0.81 | 0 | 0.07 | 282.09 | 0.84 | 0.55 |
| Hex | B4 | 2E | ED | 18 | 51 | 0 | 7 | 11A | 54 | 37 |
| Octal | 264 | 56 | 355 | 30 | 121 | 0 | 7 | 432 | 124 | 67 |
| Binary | 10110100 | 101110 | 11101101 | 11000 | 1010001 | 0 | 111 | 100011010 | 1010100 | 110111 |
Color Harmonies of #B42EED
Complementary color
Monochromatic Colors of #B42EED
Black with #B42EED
Text Example
Text Example
White with #B42EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42EED; }
p { color: rgb(180,46,237); }
H1.HeaderClassName
{
color: #B42EED;
}
.AnyTagClassName
{
color: #B42EED;
}
</style>
background-color css
<style>
a { background-color: #B42EED; }
a { background-color: rgb(180,46,237); }
div.DivClassName
{
background-color: #B42EED;
}
.BgClassName
{
background-color: #B42EED;
}
</style>
border-color css
<style>
span { border-color: #B42EED; }
span { border-color: rgb(180,46,237); }
td.TdClassName
{
border-color: #B42EED;
}
.TagClassName
{
border-color: #B42EED;
}
</style>