Shades of Dark Orchid #B42CEC
Tints of Dark Orchid #B42CEC
RGB
CMYK
RGB Variations
Color information
#B42CEC (or 0xB42CEC) is known color: Dark Orchid. HEX triplet: B4, 2C and EC. RGB value is (180,44,236). Sum of RGB (Red+Green+Blue) = 180+44+236=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #B42CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CEC is #4BD313. Grayscale: #696969. Windows color (decimal): -4969236 or 15477940. OLE color: 15477940.
HSL color Cylindrical-coordinate representation of color #B42CEC: hue angle of 282.5º 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 #B42CEC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 44 | 236 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.07 |
| HSL | 282.5º | 0.83% | 0.55% | - |
| HSV(B) | 282.5º | 0.81% | 0.93% | - |
| XYZ | 34.86 | 17.56 | 80.91 | - |
| YUV | 106.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 236 | 0.24 | 0.81 | 0 | 0.07 | 282.5 | 0.83 | 0.55 |
| Hex | B4 | 2C | EC | 18 | 51 | 0 | 7 | 11A | 53 | 37 |
| Octal | 264 | 54 | 354 | 30 | 121 | 0 | 7 | 432 | 123 | 67 |
| Binary | 10110100 | 101100 | 11101100 | 11000 | 1010001 | 0 | 111 | 100011010 | 1010011 | 110111 |
Color Harmonies of #B42CEC
Complementary color
Monochromatic Colors of #B42CEC
Black with #B42CEC
Text Example
Text Example
White with #B42CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CEC; }
p { color: rgb(180,44,236); }
H1.HeaderClassName
{
color: #B42CEC;
}
.AnyTagClassName
{
color: #B42CEC;
}
</style>
background-color css
<style>
a { background-color: #B42CEC; }
a { background-color: rgb(180,44,236); }
div.DivClassName
{
background-color: #B42CEC;
}
.BgClassName
{
background-color: #B42CEC;
}
</style>
border-color css
<style>
span { border-color: #B42CEC; }
span { border-color: rgb(180,44,236); }
td.TdClassName
{
border-color: #B42CEC;
}
.TagClassName
{
border-color: #B42CEC;
}
</style>