Shades of Dark Orchid #B61ECE
Tints of Dark Orchid #B61ECE
RGB
CMYK
RGB Variations
Color information
#B61ECE (or 0xB61ECE) is known color: Dark Orchid. HEX triplet: B6, 1E and CE. RGB value is (182,30,206). Sum of RGB (Red+Green+Blue) = 182+30+206=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #B61ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ECE is #49E131. Grayscale: #5E5E5E. Windows color (decimal): -4841778 or 13508278. OLE color: 13508278.
HSL color Cylindrical-coordinate representation of color #B61ECE: hue angle of 291.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61ECE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 30 | 206 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.19 |
| HSL | 291.82º | 0.75% | 0.46% | - |
| HSV(B) | 291.82º | 0.85% | 0.81% | - |
| XYZ | 30.9 | 15.33 | 59.72 | - |
| YUV | 95.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 206 | 0.12 | 0.85 | 0 | 0.19 | 291.82 | 0.75 | 0.46 |
| Hex | B6 | 1E | CE | C | 55 | 0 | 13 | 124 | 4B | 2E |
| Octal | 266 | 36 | 316 | 14 | 125 | 0 | 23 | 444 | 113 | 56 |
| Binary | 10110110 | 11110 | 11001110 | 1100 | 1010101 | 0 | 10011 | 100100100 | 1001011 | 101110 |
Color Harmonies of #B61ECE
Complementary color
Monochromatic Colors of #B61ECE
Black with #B61ECE
Text Example
Text Example
White with #B61ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61ECE; }
p { color: rgb(182,30,206); }
H1.HeaderClassName
{
color: #B61ECE;
}
.AnyTagClassName
{
color: #B61ECE;
}
</style>
background-color css
<style>
a { background-color: #B61ECE; }
a { background-color: rgb(182,30,206); }
div.DivClassName
{
background-color: #B61ECE;
}
.BgClassName
{
background-color: #B61ECE;
}
</style>
border-color css
<style>
span { border-color: #B61ECE; }
span { border-color: rgb(182,30,206); }
td.TdClassName
{
border-color: #B61ECE;
}
.TagClassName
{
border-color: #B61ECE;
}
</style>