Shades of Dark Orchid #B032D1
Tints of Dark Orchid #B032D1
RGB
CMYK
RGB Variations
Color information
#B032D1 (or 0xB032D1) is known color: Dark Orchid. HEX triplet: B0, 32 and D1. RGB value is (176,50,209). Sum of RGB (Red+Green+Blue) = 176+50+209=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #B032D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032D1 is #4FCD2E. Grayscale: #696969. Windows color (decimal): -5229871 or 13710000. OLE color: 13710000.
HSL color Cylindrical-coordinate representation of color #B032D1: hue angle of 287.55º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B032D1 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 50 | 209 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.18 |
| HSL | 287.55º | 0.63% | 0.51% | - |
| HSV(B) | 287.55º | 0.76% | 0.82% | - |
| XYZ | 30.55 | 16.11 | 61.82 | - |
| YUV | 105.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 209 | 0.16 | 0.76 | 0 | 0.18 | 287.55 | 0.63 | 0.51 |
| Hex | B0 | 32 | D1 | 10 | 4C | 0 | 12 | 120 | 3F | 33 |
| Octal | 260 | 62 | 321 | 20 | 114 | 0 | 22 | 440 | 77 | 63 |
| Binary | 10110000 | 110010 | 11010001 | 10000 | 1001100 | 0 | 10010 | 100100000 | 111111 | 110011 |
Color Harmonies of #B032D1
Complementary color
Monochromatic Colors of #B032D1
Black with #B032D1
Text Example
Text Example
White with #B032D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032D1; }
p { color: rgb(176,50,209); }
H1.HeaderClassName
{
color: #B032D1;
}
.AnyTagClassName
{
color: #B032D1;
}
</style>
background-color css
<style>
a { background-color: #B032D1; }
a { background-color: rgb(176,50,209); }
div.DivClassName
{
background-color: #B032D1;
}
.BgClassName
{
background-color: #B032D1;
}
</style>
border-color css
<style>
span { border-color: #B032D1; }
span { border-color: rgb(176,50,209); }
td.TdClassName
{
border-color: #B032D1;
}
.TagClassName
{
border-color: #B032D1;
}
</style>