Shades of Dark Orchid #B32ECE
Tints of Dark Orchid #B32ECE
RGB
CMYK
RGB Variations
Color information
#B32ECE (or 0xB32ECE) is known color: Dark Orchid. HEX triplet: B3, 2E and CE. RGB value is (179,46,206). Sum of RGB (Red+Green+Blue) = 179+46+206=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B32ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ECE is #4CD131. Grayscale: #676767. Windows color (decimal): -5034290 or 13512371. OLE color: 13512371.
HSL color Cylindrical-coordinate representation of color #B32ECE: hue angle of 289.88º 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 #B32ECE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 46 | 206 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.19 |
| HSL | 289.88º | 0.63% | 0.49% | - |
| HSV(B) | 289.88º | 0.78% | 0.81% | - |
| XYZ | 30.71 | 15.99 | 59.86 | - |
| YUV | 104.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 206 | 0.13 | 0.78 | 0 | 0.19 | 289.88 | 0.63 | 0.49 |
| Hex | B3 | 2E | CE | D | 4E | 0 | 13 | 122 | 3F | 31 |
| Octal | 263 | 56 | 316 | 15 | 116 | 0 | 23 | 442 | 77 | 61 |
| Binary | 10110011 | 101110 | 11001110 | 1101 | 1001110 | 0 | 10011 | 100100010 | 111111 | 110001 |
Color Harmonies of #B32ECE
Complementary color
Monochromatic Colors of #B32ECE
Black with #B32ECE
Text Example
Text Example
White with #B32ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32ECE; }
p { color: rgb(179,46,206); }
H1.HeaderClassName
{
color: #B32ECE;
}
.AnyTagClassName
{
color: #B32ECE;
}
</style>
background-color css
<style>
a { background-color: #B32ECE; }
a { background-color: rgb(179,46,206); }
div.DivClassName
{
background-color: #B32ECE;
}
.BgClassName
{
background-color: #B32ECE;
}
</style>
border-color css
<style>
span { border-color: #B32ECE; }
span { border-color: rgb(179,46,206); }
td.TdClassName
{
border-color: #B32ECE;
}
.TagClassName
{
border-color: #B32ECE;
}
</style>