Shades of Dark Orchid #B32DBD
Tints of Dark Orchid #B32DBD
RGB
CMYK
RGB Variations
Color information
#B32DBD (or 0xB32DBD) is known color: Dark Orchid. HEX triplet: B3, 2D and BD. RGB value is (179,45,189). Sum of RGB (Red+Green+Blue) = 179+45+189=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #B32DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DBD is #4CD242. Grayscale: #656565. Windows color (decimal): -5034563 or 12398003. OLE color: 12398003.
HSL color Cylindrical-coordinate representation of color #B32DBD: hue angle of 295.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32DBD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 45 | 189 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.26 |
| HSL | 295.83º | 0.62% | 0.46% | - |
| HSV(B) | 295.83º | 0.76% | 0.74% | - |
| XYZ | 28.71 | 15.13 | 49.55 | - |
| YUV | 101.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 189 | 0.05 | 0.76 | 0 | 0.26 | 295.83 | 0.62 | 0.46 |
| Hex | B3 | 2D | BD | 5 | 4C | 0 | 1A | 128 | 3E | 2E |
| Octal | 263 | 55 | 275 | 5 | 114 | 0 | 32 | 450 | 76 | 56 |
| Binary | 10110011 | 101101 | 10111101 | 101 | 1001100 | 0 | 11010 | 100101000 | 111110 | 101110 |
Color Harmonies of #B32DBD
Complementary color
Monochromatic Colors of #B32DBD
Black with #B32DBD
Text Example
Text Example
White with #B32DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DBD; }
p { color: rgb(179,45,189); }
H1.HeaderClassName
{
color: #B32DBD;
}
.AnyTagClassName
{
color: #B32DBD;
}
</style>
background-color css
<style>
a { background-color: #B32DBD; }
a { background-color: rgb(179,45,189); }
div.DivClassName
{
background-color: #B32DBD;
}
.BgClassName
{
background-color: #B32DBD;
}
</style>
border-color css
<style>
span { border-color: #B32DBD; }
span { border-color: rgb(179,45,189); }
td.TdClassName
{
border-color: #B32DBD;
}
.TagClassName
{
border-color: #B32DBD;
}
</style>