Shades of Dark Orchid #B32FD8
Tints of Dark Orchid #B32FD8
RGB
CMYK
RGB Variations
Color information
#B32FD8 (or 0xB32FD8) is known color: Dark Orchid. HEX triplet: B3, 2F and D8. RGB value is (179,47,216). Sum of RGB (Red+Green+Blue) = 179+47+216=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #B32FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FD8 is #4CD027. Grayscale: #696969. Windows color (decimal): -5034024 or 14167987. OLE color: 14167987.
HSL color Cylindrical-coordinate representation of color #B32FD8: hue angle of 286.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32FD8 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 47 | 216 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.15 |
| HSL | 286.86º | 0.68% | 0.52% | - |
| HSV(B) | 286.86º | 0.78% | 0.85% | - |
| XYZ | 32 | 16.57 | 66.48 | - |
| YUV | 105.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 216 | 0.17 | 0.78 | 0 | 0.15 | 286.86 | 0.68 | 0.52 |
| Hex | B3 | 2F | D8 | 11 | 4E | 0 | F | 11F | 44 | 34 |
| Octal | 263 | 57 | 330 | 21 | 116 | 0 | 17 | 437 | 104 | 64 |
| Binary | 10110011 | 101111 | 11011000 | 10001 | 1001110 | 0 | 1111 | 100011111 | 1000100 | 110100 |
Color Harmonies of #B32FD8
Complementary color
Monochromatic Colors of #B32FD8
Black with #B32FD8
Text Example
Text Example
White with #B32FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FD8; }
p { color: rgb(179,47,216); }
H1.HeaderClassName
{
color: #B32FD8;
}
.AnyTagClassName
{
color: #B32FD8;
}
</style>
background-color css
<style>
a { background-color: #B32FD8; }
a { background-color: rgb(179,47,216); }
div.DivClassName
{
background-color: #B32FD8;
}
.BgClassName
{
background-color: #B32FD8;
}
</style>
border-color css
<style>
span { border-color: #B32FD8; }
span { border-color: rgb(179,47,216); }
td.TdClassName
{
border-color: #B32FD8;
}
.TagClassName
{
border-color: #B32FD8;
}
</style>