Shades of Dark Orchid #B61EDD
Tints of Dark Orchid #B61EDD
RGB
CMYK
RGB Variations
Color information
#B61EDD (or 0xB61EDD) is known color: Dark Orchid. HEX triplet: B6, 1E and DD. RGB value is (182,30,221). Sum of RGB (Red+Green+Blue) = 182+30+221=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B61EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EDD is #49E122. Grayscale: #606060. Windows color (decimal): -4841763 or 14491318. OLE color: 14491318.
HSL color Cylindrical-coordinate representation of color #B61EDD: hue angle of 287.75º 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 #B61EDD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 30 | 221 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.75º | 0.76% | 0.49% | - |
| HSV(B) | 287.75º | 0.86% | 0.87% | - |
| XYZ | 32.81 | 16.09 | 69.78 | - |
| YUV | 97.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 221 | 0.18 | 0.86 | 0 | 0.13 | 287.75 | 0.76 | 0.49 |
| Hex | B6 | 1E | DD | 12 | 56 | 0 | D | 120 | 4C | 31 |
| Octal | 266 | 36 | 335 | 22 | 126 | 0 | 15 | 440 | 114 | 61 |
| Binary | 10110110 | 11110 | 11011101 | 10010 | 1010110 | 0 | 1101 | 100100000 | 1001100 | 110001 |
Color Harmonies of #B61EDD
Complementary color
Monochromatic Colors of #B61EDD
Black with #B61EDD
Text Example
Text Example
White with #B61EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61EDD; }
p { color: rgb(182,30,221); }
H1.HeaderClassName
{
color: #B61EDD;
}
.AnyTagClassName
{
color: #B61EDD;
}
</style>
background-color css
<style>
a { background-color: #B61EDD; }
a { background-color: rgb(182,30,221); }
div.DivClassName
{
background-color: #B61EDD;
}
.BgClassName
{
background-color: #B61EDD;
}
</style>
border-color css
<style>
span { border-color: #B61EDD; }
span { border-color: rgb(182,30,221); }
td.TdClassName
{
border-color: #B61EDD;
}
.TagClassName
{
border-color: #B61EDD;
}
</style>