Shades of Dark Orchid #B32BEC
Tints of Dark Orchid #B32BEC
RGB
CMYK
RGB Variations
Color information
#B32BEC (or 0xB32BEC) is known color: Dark Orchid. HEX triplet: B3, 2B and EC. RGB value is (179,43,236). Sum of RGB (Red+Green+Blue) = 179+43+236=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #B32BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32BEC is #4CD413. Grayscale: #696969. Windows color (decimal): -5035028 or 15477683. OLE color: 15477683.
HSL color Cylindrical-coordinate representation of color #B32BEC: hue angle of 282.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32BEC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 43 | 236 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.07 |
| HSL | 282.28º | 0.84% | 0.55% | - |
| HSV(B) | 282.28º | 0.82% | 0.93% | - |
| XYZ | 34.59 | 17.37 | 80.89 | - |
| YUV | 105.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 236 | 0.24 | 0.82 | 0 | 0.07 | 282.28 | 0.84 | 0.55 |
| Hex | B3 | 2B | EC | 18 | 52 | 0 | 7 | 11A | 54 | 37 |
| Octal | 263 | 53 | 354 | 30 | 122 | 0 | 7 | 432 | 124 | 67 |
| Binary | 10110011 | 101011 | 11101100 | 11000 | 1010010 | 0 | 111 | 100011010 | 1010100 | 110111 |
Color Harmonies of #B32BEC
Complementary color
Monochromatic Colors of #B32BEC
Black with #B32BEC
Text Example
Text Example
White with #B32BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BEC; }
p { color: rgb(179,43,236); }
H1.HeaderClassName
{
color: #B32BEC;
}
.AnyTagClassName
{
color: #B32BEC;
}
</style>
background-color css
<style>
a { background-color: #B32BEC; }
a { background-color: rgb(179,43,236); }
div.DivClassName
{
background-color: #B32BEC;
}
.BgClassName
{
background-color: #B32BEC;
}
</style>
border-color css
<style>
span { border-color: #B32BEC; }
span { border-color: rgb(179,43,236); }
td.TdClassName
{
border-color: #B32BEC;
}
.TagClassName
{
border-color: #B32BEC;
}
</style>