Shades of Dark Orchid #B32DCB
Tints of Dark Orchid #B32DCB
RGB
CMYK
RGB Variations
Color information
#B32DCB (or 0xB32DCB) is known color: Dark Orchid. HEX triplet: B3, 2D and CB. RGB value is (179,45,203). Sum of RGB (Red+Green+Blue) = 179+45+203=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B32DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DCB is #4CD234. Grayscale: #666666. Windows color (decimal): -5034549 or 13315507. OLE color: 13315507.
HSL color Cylindrical-coordinate representation of color #B32DCB: hue angle of 290.89º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32DCB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 45 | 203 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.20 |
| HSL | 290.89º | 0.64% | 0.49% | - |
| HSV(B) | 290.89º | 0.78% | 0.8% | - |
| XYZ | 30.31 | 15.77 | 57.95 | - |
| YUV | 103.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 203 | 0.12 | 0.78 | 0 | 0.20 | 290.89 | 0.64 | 0.49 |
| Hex | B3 | 2D | CB | C | 4E | 0 | 14 | 123 | 40 | 31 |
| Octal | 263 | 55 | 313 | 14 | 116 | 0 | 24 | 443 | 100 | 61 |
| Binary | 10110011 | 101101 | 11001011 | 1100 | 1001110 | 0 | 10100 | 100100011 | 1000000 | 110001 |
Color Harmonies of #B32DCB
Complementary color
Monochromatic Colors of #B32DCB
Black with #B32DCB
Text Example
Text Example
White with #B32DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DCB; }
p { color: rgb(179,45,203); }
H1.HeaderClassName
{
color: #B32DCB;
}
.AnyTagClassName
{
color: #B32DCB;
}
</style>
background-color css
<style>
a { background-color: #B32DCB; }
a { background-color: rgb(179,45,203); }
div.DivClassName
{
background-color: #B32DCB;
}
.BgClassName
{
background-color: #B32DCB;
}
</style>
border-color css
<style>
span { border-color: #B32DCB; }
span { border-color: rgb(179,45,203); }
td.TdClassName
{
border-color: #B32DCB;
}
.TagClassName
{
border-color: #B32DCB;
}
</style>