Shades of Dark Orchid #B32FE8
Tints of Dark Orchid #B32FE8
RGB
CMYK
RGB Variations
Color information
#B32FE8 (or 0xB32FE8) is known color: Dark Orchid. HEX triplet: B3, 2F and E8. RGB value is (179,47,232). Sum of RGB (Red+Green+Blue) = 179+47+232=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #B32FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FE8 is #4CD017. Grayscale: #6A6A6A. Windows color (decimal): -5034008 or 15216563. OLE color: 15216563.
HSL color Cylindrical-coordinate representation of color #B32FE8: hue angle of 282.81º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32FE8 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 47 | 232 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.09 |
| HSL | 282.81º | 0.8% | 0.55% | - |
| HSV(B) | 282.81º | 0.8% | 0.91% | - |
| XYZ | 34.17 | 17.44 | 77.91 | - |
| YUV | 107.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 232 | 0.23 | 0.80 | 0 | 0.09 | 282.81 | 0.8 | 0.55 |
| Hex | B3 | 2F | E8 | 17 | 50 | 0 | 9 | 11B | 50 | 37 |
| Octal | 263 | 57 | 350 | 27 | 120 | 0 | 11 | 433 | 120 | 67 |
| Binary | 10110011 | 101111 | 11101000 | 10111 | 1010000 | 0 | 1001 | 100011011 | 1010000 | 110111 |
Color Harmonies of #B32FE8
Complementary color
Monochromatic Colors of #B32FE8
Black with #B32FE8
Text Example
Text Example
White with #B32FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FE8; }
p { color: rgb(179,47,232); }
H1.HeaderClassName
{
color: #B32FE8;
}
.AnyTagClassName
{
color: #B32FE8;
}
</style>
background-color css
<style>
a { background-color: #B32FE8; }
a { background-color: rgb(179,47,232); }
div.DivClassName
{
background-color: #B32FE8;
}
.BgClassName
{
background-color: #B32FE8;
}
</style>
border-color css
<style>
span { border-color: #B32FE8; }
span { border-color: rgb(179,47,232); }
td.TdClassName
{
border-color: #B32FE8;
}
.TagClassName
{
border-color: #B32FE8;
}
</style>