Shades of Dark Orchid #B61EDB
Tints of Dark Orchid #B61EDB
RGB
CMYK
RGB Variations
Color information
#B61EDB (or 0xB61EDB) is known color: Dark Orchid. HEX triplet: B6, 1E and DB. RGB value is (182,30,219). Sum of RGB (Red+Green+Blue) = 182+30+219=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #B61EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EDB is #49E124. Grayscale: #606060. Windows color (decimal): -4841765 or 14360246. OLE color: 14360246.
HSL color Cylindrical-coordinate representation of color #B61EDB: hue angle of 288.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61EDB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 30 | 219 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.14 |
| HSL | 288.25º | 0.76% | 0.49% | - |
| HSV(B) | 288.25º | 0.86% | 0.86% | - |
| XYZ | 32.54 | 15.99 | 68.39 | - |
| YUV | 96.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 219 | 0.17 | 0.86 | 0 | 0.14 | 288.25 | 0.76 | 0.49 |
| Hex | B6 | 1E | DB | 11 | 56 | 0 | E | 120 | 4C | 31 |
| Octal | 266 | 36 | 333 | 21 | 126 | 0 | 16 | 440 | 114 | 61 |
| Binary | 10110110 | 11110 | 11011011 | 10001 | 1010110 | 0 | 1110 | 100100000 | 1001100 | 110001 |
Color Harmonies of #B61EDB
Complementary color
Monochromatic Colors of #B61EDB
Black with #B61EDB
Text Example
Text Example
White with #B61EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61EDB; }
p { color: rgb(182,30,219); }
H1.HeaderClassName
{
color: #B61EDB;
}
.AnyTagClassName
{
color: #B61EDB;
}
</style>
background-color css
<style>
a { background-color: #B61EDB; }
a { background-color: rgb(182,30,219); }
div.DivClassName
{
background-color: #B61EDB;
}
.BgClassName
{
background-color: #B61EDB;
}
</style>
border-color css
<style>
span { border-color: #B61EDB; }
span { border-color: rgb(182,30,219); }
td.TdClassName
{
border-color: #B61EDB;
}
.TagClassName
{
border-color: #B61EDB;
}
</style>