Shades of Dark Orchid #B42ECD
Tints of Dark Orchid #B42ECD
RGB
CMYK
RGB Variations
Color information
#B42ECD (or 0xB42ECD) is known color: Dark Orchid. HEX triplet: B4, 2E and CD. RGB value is (180,46,205). Sum of RGB (Red+Green+Blue) = 180+46+205=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #B42ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ECD is #4BD132. Grayscale: #676767. Windows color (decimal): -4968755 or 13446836. OLE color: 13446836.
HSL color Cylindrical-coordinate representation of color #B42ECD: hue angle of 290.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42ECD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 46 | 205 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.20 |
| HSL | 290.57º | 0.63% | 0.49% | - |
| HSV(B) | 290.57º | 0.78% | 0.8% | - |
| XYZ | 30.82 | 16.07 | 59.23 | - |
| YUV | 104.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 205 | 0.12 | 0.78 | 0 | 0.20 | 290.57 | 0.63 | 0.49 |
| Hex | B4 | 2E | CD | C | 4E | 0 | 14 | 123 | 3F | 31 |
| Octal | 264 | 56 | 315 | 14 | 116 | 0 | 24 | 443 | 77 | 61 |
| Binary | 10110100 | 101110 | 11001101 | 1100 | 1001110 | 0 | 10100 | 100100011 | 111111 | 110001 |
Color Harmonies of #B42ECD
Complementary color
Monochromatic Colors of #B42ECD
Black with #B42ECD
Text Example
Text Example
White with #B42ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ECD; }
p { color: rgb(180,46,205); }
H1.HeaderClassName
{
color: #B42ECD;
}
.AnyTagClassName
{
color: #B42ECD;
}
</style>
background-color css
<style>
a { background-color: #B42ECD; }
a { background-color: rgb(180,46,205); }
div.DivClassName
{
background-color: #B42ECD;
}
.BgClassName
{
background-color: #B42ECD;
}
</style>
border-color css
<style>
span { border-color: #B42ECD; }
span { border-color: rgb(180,46,205); }
td.TdClassName
{
border-color: #B42ECD;
}
.TagClassName
{
border-color: #B42ECD;
}
</style>