Shades of Dark Orchid #B41EDD
Tints of Dark Orchid #B41EDD
RGB
CMYK
RGB Variations
Color information
#B41EDD (or 0xB41EDD) is known color: Dark Orchid. HEX triplet: B4, 1E and DD. RGB value is (180,30,221). Sum of RGB (Red+Green+Blue) = 180+30+221=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #B41EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EDD is #4BE122. Grayscale: #606060. Windows color (decimal): -4972835 or 14491316. OLE color: 14491316.
HSL color Cylindrical-coordinate representation of color #B41EDD: hue angle of 287.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41EDD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 30 | 221 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.13 |
| HSL | 287.12º | 0.76% | 0.49% | - |
| HSV(B) | 287.12º | 0.86% | 0.87% | - |
| XYZ | 32.34 | 15.85 | 69.76 | - |
| YUV | 96.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 221 | 0.19 | 0.86 | 0 | 0.13 | 287.12 | 0.76 | 0.49 |
| Hex | B4 | 1E | DD | 13 | 56 | 0 | D | 11F | 4C | 31 |
| Octal | 264 | 36 | 335 | 23 | 126 | 0 | 15 | 437 | 114 | 61 |
| Binary | 10110100 | 11110 | 11011101 | 10011 | 1010110 | 0 | 1101 | 100011111 | 1001100 | 110001 |
Color Harmonies of #B41EDD
Complementary color
Monochromatic Colors of #B41EDD
Black with #B41EDD
Text Example
Text Example
White with #B41EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41EDD; }
p { color: rgb(180,30,221); }
H1.HeaderClassName
{
color: #B41EDD;
}
.AnyTagClassName
{
color: #B41EDD;
}
</style>
background-color css
<style>
a { background-color: #B41EDD; }
a { background-color: rgb(180,30,221); }
div.DivClassName
{
background-color: #B41EDD;
}
.BgClassName
{
background-color: #B41EDD;
}
</style>
border-color css
<style>
span { border-color: #B41EDD; }
span { border-color: rgb(180,30,221); }
td.TdClassName
{
border-color: #B41EDD;
}
.TagClassName
{
border-color: #B41EDD;
}
</style>