Shades of Dark Orchid #B42EEF
Tints of Dark Orchid #B42EEF
RGB
CMYK
RGB Variations
Color information
#B42EEF (or 0xB42EEF) is known color: Dark Orchid. HEX triplet: B4, 2E and EF. RGB value is (180,46,239). Sum of RGB (Red+Green+Blue) = 180+46+239=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #B42EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42EEF is #4BD110. Grayscale: #6B6B6B. Windows color (decimal): -4968721 or 15675060. OLE color: 15675060.
HSL color Cylindrical-coordinate representation of color #B42EEF: hue angle of 281.66º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42EEF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 46 | 239 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.06 |
| HSL | 281.66º | 0.86% | 0.56% | - |
| HSV(B) | 281.66º | 0.81% | 0.94% | - |
| XYZ | 35.38 | 17.89 | 83.25 | - |
| YUV | 108.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 239 | 0.25 | 0.81 | 0 | 0.06 | 281.66 | 0.86 | 0.56 |
| Hex | B4 | 2E | EF | 19 | 51 | 0 | 6 | 11A | 56 | 38 |
| Octal | 264 | 56 | 357 | 31 | 121 | 0 | 6 | 432 | 126 | 70 |
| Binary | 10110100 | 101110 | 11101111 | 11001 | 1010001 | 0 | 110 | 100011010 | 1010110 | 111000 |
Color Harmonies of #B42EEF
Complementary color
Monochromatic Colors of #B42EEF
Black with #B42EEF
Text Example
Text Example
White with #B42EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42EEF; }
p { color: rgb(180,46,239); }
H1.HeaderClassName
{
color: #B42EEF;
}
.AnyTagClassName
{
color: #B42EEF;
}
</style>
background-color css
<style>
a { background-color: #B42EEF; }
a { background-color: rgb(180,46,239); }
div.DivClassName
{
background-color: #B42EEF;
}
.BgClassName
{
background-color: #B42EEF;
}
</style>
border-color css
<style>
span { border-color: #B42EEF; }
span { border-color: rgb(180,46,239); }
td.TdClassName
{
border-color: #B42EEF;
}
.TagClassName
{
border-color: #B42EEF;
}
</style>