Shades of Dark Orchid #B81EDD
Tints of Dark Orchid #B81EDD
RGB
CMYK
RGB Variations
Color information
#B81EDD (or 0xB81EDD) is known color: Dark Orchid. HEX triplet: B8, 1E and DD. RGB value is (184,30,221). Sum of RGB (Red+Green+Blue) = 184+30+221=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #B81EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDD is #47E122. Grayscale: #616161. Windows color (decimal): -4710691 or 14491320. OLE color: 14491320.
HSL color Cylindrical-coordinate representation of color #B81EDD: hue angle of 288.38º 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 #B81EDD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 30 | 221 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.13 |
| HSL | 288.38º | 0.76% | 0.49% | - |
| HSV(B) | 288.38º | 0.86% | 0.87% | - |
| XYZ | 33.28 | 16.34 | 69.81 | - |
| YUV | 97.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 221 | 0.17 | 0.86 | 0 | 0.13 | 288.38 | 0.76 | 0.49 |
| Hex | B8 | 1E | DD | 11 | 56 | 0 | D | 120 | 4C | 31 |
| Octal | 270 | 36 | 335 | 21 | 126 | 0 | 15 | 440 | 114 | 61 |
| Binary | 10111000 | 11110 | 11011101 | 10001 | 1010110 | 0 | 1101 | 100100000 | 1001100 | 110001 |
Color Harmonies of #B81EDD
Complementary color
Monochromatic Colors of #B81EDD
Black with #B81EDD
Text Example
Text Example
White with #B81EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EDD; }
p { color: rgb(184,30,221); }
H1.HeaderClassName
{
color: #B81EDD;
}
.AnyTagClassName
{
color: #B81EDD;
}
</style>
background-color css
<style>
a { background-color: #B81EDD; }
a { background-color: rgb(184,30,221); }
div.DivClassName
{
background-color: #B81EDD;
}
.BgClassName
{
background-color: #B81EDD;
}
</style>
border-color css
<style>
span { border-color: #B81EDD; }
span { border-color: rgb(184,30,221); }
td.TdClassName
{
border-color: #B81EDD;
}
.TagClassName
{
border-color: #B81EDD;
}
</style>