Shades of Dark Orchid #B41ECD
Tints of Dark Orchid #B41ECD
RGB
CMYK
RGB Variations
Color information
#B41ECD (or 0xB41ECD) is known color: Dark Orchid. HEX triplet: B4, 1E and CD. RGB value is (180,30,205). Sum of RGB (Red+Green+Blue) = 180+30+205=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #B41ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ECD is #4BE132. Grayscale: #5E5E5E. Windows color (decimal): -4972851 or 13442740. OLE color: 13442740.
HSL color Cylindrical-coordinate representation of color #B41ECD: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41ECD is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 30 | 205 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.20 |
| HSL | 291.43º | 0.74% | 0.46% | - |
| HSV(B) | 291.43º | 0.85% | 0.8% | - |
| XYZ | 30.31 | 15.04 | 59.06 | - |
| YUV | 94.8 | 190.2 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 205 | 0.12 | 0.85 | 0 | 0.20 | 291.43 | 0.74 | 0.46 |
| Hex | B4 | 1E | CD | C | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 264 | 36 | 315 | 14 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110100 | 11110 | 11001101 | 1100 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B41ECD
Complementary color
Monochromatic Colors of #B41ECD
Black with #B41ECD
Text Example
Text Example
White with #B41ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41ECD; }
p { color: rgb(180,30,205); }
H1.HeaderClassName
{
color: #B41ECD;
}
.AnyTagClassName
{
color: #B41ECD;
}
</style>
background-color css
<style>
a { background-color: #B41ECD; }
a { background-color: rgb(180,30,205); }
div.DivClassName
{
background-color: #B41ECD;
}
.BgClassName
{
background-color: #B41ECD;
}
</style>
border-color css
<style>
span { border-color: #B41ECD; }
span { border-color: rgb(180,30,205); }
td.TdClassName
{
border-color: #B41ECD;
}
.TagClassName
{
border-color: #B41ECD;
}
</style>