Shades of Dark Orchid #B32DB8
Tints of Dark Orchid #B32DB8
RGB
CMYK
RGB Variations
Color information
#B32DB8 (or 0xB32DB8) is known color: Dark Orchid. HEX triplet: B3, 2D and B8. RGB value is (179,45,184). Sum of RGB (Red+Green+Blue) = 179+45+184=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #B32DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DB8 is #4CD247. Grayscale: #646464. Windows color (decimal): -5034568 or 12070323. OLE color: 12070323.
HSL color Cylindrical-coordinate representation of color #B32DB8: hue angle of 297.84º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32DB8 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 45 | 184 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.28 |
| HSL | 297.84º | 0.61% | 0.45% | - |
| HSV(B) | 297.84º | 0.76% | 0.72% | - |
| XYZ | 28.18 | 14.92 | 46.74 | - |
| YUV | 100.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 184 | 0.03 | 0.76 | 0 | 0.28 | 297.84 | 0.61 | 0.45 |
| Hex | B3 | 2D | B8 | 3 | 4C | 0 | 1C | 12A | 3D | 2D |
| Octal | 263 | 55 | 270 | 3 | 114 | 0 | 34 | 452 | 75 | 55 |
| Binary | 10110011 | 101101 | 10111000 | 11 | 1001100 | 0 | 11100 | 100101010 | 111101 | 101101 |
Color Harmonies of #B32DB8
Complementary color
Monochromatic Colors of #B32DB8
Black with #B32DB8
Text Example
Text Example
White with #B32DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DB8; }
p { color: rgb(179,45,184); }
H1.HeaderClassName
{
color: #B32DB8;
}
.AnyTagClassName
{
color: #B32DB8;
}
</style>
background-color css
<style>
a { background-color: #B32DB8; }
a { background-color: rgb(179,45,184); }
div.DivClassName
{
background-color: #B32DB8;
}
.BgClassName
{
background-color: #B32DB8;
}
</style>
border-color css
<style>
span { border-color: #B32DB8; }
span { border-color: rgb(179,45,184); }
td.TdClassName
{
border-color: #B32DB8;
}
.TagClassName
{
border-color: #B32DB8;
}
</style>