Shades of Dark Orchid #B32DB7
Tints of Dark Orchid #B32DB7
RGB
CMYK
RGB Variations
Color information
#B32DB7 (or 0xB32DB7) is known color: Dark Orchid. HEX triplet: B3, 2D and B7. RGB value is (179,45,183). Sum of RGB (Red+Green+Blue) = 179+45+183=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #B32DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DB7 is #4CD248. Grayscale: #646464. Windows color (decimal): -5034569 or 12004787. OLE color: 12004787.
HSL color Cylindrical-coordinate representation of color #B32DB7: hue angle of 298.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32DB7 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 45 | 183 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.28 |
| HSL | 298.26º | 0.61% | 0.45% | - |
| HSV(B) | 298.26º | 0.75% | 0.72% | - |
| XYZ | 28.08 | 14.88 | 46.19 | - |
| YUV | 100.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 183 | 0.02 | 0.75 | 0 | 0.28 | 298.26 | 0.61 | 0.45 |
| Hex | B3 | 2D | B7 | 2 | 4B | 0 | 1C | 12A | 3D | 2D |
| Octal | 263 | 55 | 267 | 2 | 113 | 0 | 34 | 452 | 75 | 55 |
| Binary | 10110011 | 101101 | 10110111 | 10 | 1001011 | 0 | 11100 | 100101010 | 111101 | 101101 |
Color Harmonies of #B32DB7
Complementary color
Monochromatic Colors of #B32DB7
Black with #B32DB7
Text Example
Text Example
White with #B32DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DB7; }
p { color: rgb(179,45,183); }
H1.HeaderClassName
{
color: #B32DB7;
}
.AnyTagClassName
{
color: #B32DB7;
}
</style>
background-color css
<style>
a { background-color: #B32DB7; }
a { background-color: rgb(179,45,183); }
div.DivClassName
{
background-color: #B32DB7;
}
.BgClassName
{
background-color: #B32DB7;
}
</style>
border-color css
<style>
span { border-color: #B32DB7; }
span { border-color: rgb(179,45,183); }
td.TdClassName
{
border-color: #B32DB7;
}
.TagClassName
{
border-color: #B32DB7;
}
</style>