Shades of Dark Orchid #B32CE6
Tints of Dark Orchid #B32CE6
RGB
CMYK
RGB Variations
Color information
#B32CE6 (or 0xB32CE6) is known color: Dark Orchid. HEX triplet: B3, 2C and E6. RGB value is (179,44,230). Sum of RGB (Red+Green+Blue) = 179+44+230=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #B32CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CE6 is #4CD319. Grayscale: #686868. Windows color (decimal): -5034778 or 15084723. OLE color: 15084723.
HSL color Cylindrical-coordinate representation of color #B32CE6: hue angle of 283.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32CE6 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 44 | 230 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.10 |
| HSL | 283.55º | 0.79% | 0.54% | - |
| HSV(B) | 283.55º | 0.81% | 0.9% | - |
| XYZ | 33.77 | 17.1 | 76.38 | - |
| YUV | 105.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 230 | 0.22 | 0.81 | 0 | 0.10 | 283.55 | 0.79 | 0.54 |
| Hex | B3 | 2C | E6 | 16 | 51 | 0 | A | 11C | 4F | 36 |
| Octal | 263 | 54 | 346 | 26 | 121 | 0 | 12 | 434 | 117 | 66 |
| Binary | 10110011 | 101100 | 11100110 | 10110 | 1010001 | 0 | 1010 | 100011100 | 1001111 | 110110 |
Color Harmonies of #B32CE6
Complementary color
Monochromatic Colors of #B32CE6
Black with #B32CE6
Text Example
Text Example
White with #B32CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CE6; }
p { color: rgb(179,44,230); }
H1.HeaderClassName
{
color: #B32CE6;
}
.AnyTagClassName
{
color: #B32CE6;
}
</style>
background-color css
<style>
a { background-color: #B32CE6; }
a { background-color: rgb(179,44,230); }
div.DivClassName
{
background-color: #B32CE6;
}
.BgClassName
{
background-color: #B32CE6;
}
</style>
border-color css
<style>
span { border-color: #B32CE6; }
span { border-color: rgb(179,44,230); }
td.TdClassName
{
border-color: #B32CE6;
}
.TagClassName
{
border-color: #B32CE6;
}
</style>