Shades of Dark Orchid #B32DD0
Tints of Dark Orchid #B32DD0
RGB
CMYK
RGB Variations
Color information
#B32DD0 (or 0xB32DD0) is known color: Dark Orchid. HEX triplet: B3, 2D and D0. RGB value is (179,45,208). Sum of RGB (Red+Green+Blue) = 179+45+208=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #B32DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DD0 is #4CD22F. Grayscale: #676767. Windows color (decimal): -5034544 or 13643187. OLE color: 13643187.
HSL color Cylindrical-coordinate representation of color #B32DD0: hue angle of 289.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32DD0 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 45 | 208 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.18 |
| HSL | 289.33º | 0.64% | 0.5% | - |
| HSV(B) | 289.33º | 0.78% | 0.82% | - |
| XYZ | 30.91 | 16.01 | 61.14 | - |
| YUV | 103.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 208 | 0.14 | 0.78 | 0 | 0.18 | 289.33 | 0.64 | 0.5 |
| Hex | B3 | 2D | D0 | E | 4E | 0 | 12 | 121 | 40 | 32 |
| Octal | 263 | 55 | 320 | 16 | 116 | 0 | 22 | 441 | 100 | 62 |
| Binary | 10110011 | 101101 | 11010000 | 1110 | 1001110 | 0 | 10010 | 100100001 | 1000000 | 110010 |
Color Harmonies of #B32DD0
Complementary color
Monochromatic Colors of #B32DD0
Black with #B32DD0
Text Example
Text Example
White with #B32DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DD0; }
p { color: rgb(179,45,208); }
H1.HeaderClassName
{
color: #B32DD0;
}
.AnyTagClassName
{
color: #B32DD0;
}
</style>
background-color css
<style>
a { background-color: #B32DD0; }
a { background-color: rgb(179,45,208); }
div.DivClassName
{
background-color: #B32DD0;
}
.BgClassName
{
background-color: #B32DD0;
}
</style>
border-color css
<style>
span { border-color: #B32DD0; }
span { border-color: rgb(179,45,208); }
td.TdClassName
{
border-color: #B32DD0;
}
.TagClassName
{
border-color: #B32DD0;
}
</style>