Shades of Dark Orchid #B032DC
Tints of Dark Orchid #B032DC
RGB
CMYK
RGB Variations
Color information
#B032DC (or 0xB032DC) is known color: Dark Orchid. HEX triplet: B0, 32 and DC. RGB value is (176,50,220). Sum of RGB (Red+Green+Blue) = 176+50+220=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #B032DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032DC is #4FCD23. Grayscale: #6A6A6A. Windows color (decimal): -5229860 or 14430896. OLE color: 14430896.
HSL color Cylindrical-coordinate representation of color #B032DC: hue angle of 284.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B032DC is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 50 | 220 | - |
| CMYK | 0.2 | 0.77 | 0 | 0.14 |
| HSL | 284.47º | 0.71% | 0.53% | - |
| HSV(B) | 284.47º | 0.77% | 0.86% | - |
| XYZ | 31.96 | 16.68 | 69.24 | - |
| YUV | 107.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 220 | 0.2 | 0.77 | 0 | 0.14 | 284.47 | 0.71 | 0.53 |
| Hex | B0 | 32 | DC | 14 | 4D | 0 | E | 11C | 47 | 35 |
| Octal | 260 | 62 | 334 | 24 | 115 | 0 | 16 | 434 | 107 | 65 |
| Binary | 10110000 | 110010 | 11011100 | 10100 | 1001101 | 0 | 1110 | 100011100 | 1000111 | 110101 |
Color Harmonies of #B032DC
Complementary color
Monochromatic Colors of #B032DC
Black with #B032DC
Text Example
Text Example
White with #B032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032DC; }
p { color: rgb(176,50,220); }
H1.HeaderClassName
{
color: #B032DC;
}
.AnyTagClassName
{
color: #B032DC;
}
</style>
background-color css
<style>
a { background-color: #B032DC; }
a { background-color: rgb(176,50,220); }
div.DivClassName
{
background-color: #B032DC;
}
.BgClassName
{
background-color: #B032DC;
}
</style>
border-color css
<style>
span { border-color: #B032DC; }
span { border-color: rgb(176,50,220); }
td.TdClassName
{
border-color: #B032DC;
}
.TagClassName
{
border-color: #B032DC;
}
</style>