Shades of Dark Orchid #B42EE3
Tints of Dark Orchid #B42EE3
RGB
CMYK
RGB Variations
Color information
#B42EE3 (or 0xB42EE3) is known color: Dark Orchid. HEX triplet: B4, 2E and E3. RGB value is (180,46,227). Sum of RGB (Red+Green+Blue) = 180+46+227=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #B42EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EE3 is #4BD11C. Grayscale: #6A6A6A. Windows color (decimal): -4968733 or 14888628. OLE color: 14888628.
HSL color Cylindrical-coordinate representation of color #B42EE3: hue angle of 284.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42EE3 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 46 | 227 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.11 |
| HSL | 284.42º | 0.76% | 0.54% | - |
| HSV(B) | 284.42º | 0.8% | 0.89% | - |
| XYZ | 33.66 | 17.2 | 74.22 | - |
| YUV | 106.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 227 | 0.21 | 0.80 | 0 | 0.11 | 284.42 | 0.76 | 0.54 |
| Hex | B4 | 2E | E3 | 15 | 50 | 0 | B | 11C | 4C | 36 |
| Octal | 264 | 56 | 343 | 25 | 120 | 0 | 13 | 434 | 114 | 66 |
| Binary | 10110100 | 101110 | 11100011 | 10101 | 1010000 | 0 | 1011 | 100011100 | 1001100 | 110110 |
Color Harmonies of #B42EE3
Complementary color
Monochromatic Colors of #B42EE3
Black with #B42EE3
Text Example
Text Example
White with #B42EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42EE3; }
p { color: rgb(180,46,227); }
H1.HeaderClassName
{
color: #B42EE3;
}
.AnyTagClassName
{
color: #B42EE3;
}
</style>
background-color css
<style>
a { background-color: #B42EE3; }
a { background-color: rgb(180,46,227); }
div.DivClassName
{
background-color: #B42EE3;
}
.BgClassName
{
background-color: #B42EE3;
}
</style>
border-color css
<style>
span { border-color: #B42EE3; }
span { border-color: rgb(180,46,227); }
td.TdClassName
{
border-color: #B42EE3;
}
.TagClassName
{
border-color: #B42EE3;
}
</style>