Shades of Dark Orchid #B62ECE
Tints of Dark Orchid #B62ECE
RGB
CMYK
RGB Variations
Color information
#B62ECE (or 0xB62ECE) is known color: Dark Orchid. HEX triplet: B6, 2E and CE. RGB value is (182,46,206). Sum of RGB (Red+Green+Blue) = 182+46+206=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B62ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ECE is #49D131. Grayscale: #686868. Windows color (decimal): -4837682 or 13512374. OLE color: 13512374.
HSL color Cylindrical-coordinate representation of color #B62ECE: hue angle of 291º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62ECE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 46 | 206 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.19 |
| HSL | 291º | 0.63% | 0.49% | - |
| HSV(B) | 291º | 0.78% | 0.81% | - |
| XYZ | 31.41 | 16.36 | 59.89 | - |
| YUV | 104.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 206 | 0.12 | 0.78 | 0 | 0.19 | 291 | 0.63 | 0.49 |
| Hex | B6 | 2E | CE | C | 4E | 0 | 13 | 123 | 3F | 31 |
| Octal | 266 | 56 | 316 | 14 | 116 | 0 | 23 | 443 | 77 | 61 |
| Binary | 10110110 | 101110 | 11001110 | 1100 | 1001110 | 0 | 10011 | 100100011 | 111111 | 110001 |
Color Harmonies of #B62ECE
Complementary color
Monochromatic Colors of #B62ECE
Black with #B62ECE
Text Example
Text Example
White with #B62ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62ECE; }
p { color: rgb(182,46,206); }
H1.HeaderClassName
{
color: #B62ECE;
}
.AnyTagClassName
{
color: #B62ECE;
}
</style>
background-color css
<style>
a { background-color: #B62ECE; }
a { background-color: rgb(182,46,206); }
div.DivClassName
{
background-color: #B62ECE;
}
.BgClassName
{
background-color: #B62ECE;
}
</style>
border-color css
<style>
span { border-color: #B62ECE; }
span { border-color: rgb(182,46,206); }
td.TdClassName
{
border-color: #B62ECE;
}
.TagClassName
{
border-color: #B62ECE;
}
</style>