Shades of Dark Orchid #B32DBC
Tints of Dark Orchid #B32DBC
RGB
CMYK
RGB Variations
Color information
#B32DBC (or 0xB32DBC) is known color: Dark Orchid. HEX triplet: B3, 2D and BC. RGB value is (179,45,188). Sum of RGB (Red+Green+Blue) = 179+45+188=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B32DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DBC is #4CD243. Grayscale: #646464. Windows color (decimal): -5034564 or 12332467. OLE color: 12332467.
HSL color Cylindrical-coordinate representation of color #B32DBC: hue angle of 296.22º degrees, saturation: 0.61, 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 #B32DBC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 45 | 188 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.26 |
| HSL | 296.22º | 0.61% | 0.46% | - |
| HSV(B) | 296.22º | 0.76% | 0.74% | - |
| XYZ | 28.61 | 15.09 | 48.98 | - |
| YUV | 101.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 188 | 0.05 | 0.76 | 0 | 0.26 | 296.22 | 0.61 | 0.46 |
| Hex | B3 | 2D | BC | 5 | 4C | 0 | 1A | 128 | 3D | 2E |
| Octal | 263 | 55 | 274 | 5 | 114 | 0 | 32 | 450 | 75 | 56 |
| Binary | 10110011 | 101101 | 10111100 | 101 | 1001100 | 0 | 11010 | 100101000 | 111101 | 101110 |
Color Harmonies of #B32DBC
Complementary color
Monochromatic Colors of #B32DBC
Black with #B32DBC
Text Example
Text Example
White with #B32DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DBC; }
p { color: rgb(179,45,188); }
H1.HeaderClassName
{
color: #B32DBC;
}
.AnyTagClassName
{
color: #B32DBC;
}
</style>
background-color css
<style>
a { background-color: #B32DBC; }
a { background-color: rgb(179,45,188); }
div.DivClassName
{
background-color: #B32DBC;
}
.BgClassName
{
background-color: #B32DBC;
}
</style>
border-color css
<style>
span { border-color: #B32DBC; }
span { border-color: rgb(179,45,188); }
td.TdClassName
{
border-color: #B32DBC;
}
.TagClassName
{
border-color: #B32DBC;
}
</style>