Shades of Dark Orchid #B42CEA
Tints of Dark Orchid #B42CEA
RGB
CMYK
RGB Variations
Color information
#B42CEA (or 0xB42CEA) is known color: Dark Orchid. HEX triplet: B4, 2C and EA. RGB value is (180,44,234). Sum of RGB (Red+Green+Blue) = 180+44+234=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #B42CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CEA is #4BD315. Grayscale: #696969. Windows color (decimal): -4969238 or 15346868. OLE color: 15346868.
HSL color Cylindrical-coordinate representation of color #B42CEA: hue angle of 282.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42CEA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 44 | 234 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.08 |
| HSL | 282.95º | 0.82% | 0.55% | - |
| HSV(B) | 282.95º | 0.81% | 0.92% | - |
| XYZ | 34.57 | 17.45 | 79.39 | - |
| YUV | 106.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 234 | 0.23 | 0.81 | 0 | 0.08 | 282.95 | 0.82 | 0.55 |
| Hex | B4 | 2C | EA | 17 | 51 | 0 | 8 | 11B | 52 | 37 |
| Octal | 264 | 54 | 352 | 27 | 121 | 0 | 10 | 433 | 122 | 67 |
| Binary | 10110100 | 101100 | 11101010 | 10111 | 1010001 | 0 | 1000 | 100011011 | 1010010 | 110111 |
Color Harmonies of #B42CEA
Complementary color
Monochromatic Colors of #B42CEA
Black with #B42CEA
Text Example
Text Example
White with #B42CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CEA; }
p { color: rgb(180,44,234); }
H1.HeaderClassName
{
color: #B42CEA;
}
.AnyTagClassName
{
color: #B42CEA;
}
</style>
background-color css
<style>
a { background-color: #B42CEA; }
a { background-color: rgb(180,44,234); }
div.DivClassName
{
background-color: #B42CEA;
}
.BgClassName
{
background-color: #B42CEA;
}
</style>
border-color css
<style>
span { border-color: #B42CEA; }
span { border-color: rgb(180,44,234); }
td.TdClassName
{
border-color: #B42CEA;
}
.TagClassName
{
border-color: #B42CEA;
}
</style>