Shades of Dark Orchid #B32BC0
Tints of Dark Orchid #B32BC0
RGB
CMYK
RGB Variations
Color information
#B32BC0 (or 0xB32BC0) is known color: Dark Orchid. HEX triplet: B3, 2B and C0. RGB value is (179,43,192). Sum of RGB (Red+Green+Blue) = 179+43+192=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #B32BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BC0 is #4CD43F. Grayscale: #646464. Windows color (decimal): -5035072 or 12594099. OLE color: 12594099.
HSL color Cylindrical-coordinate representation of color #B32BC0: hue angle of 294.77º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32BC0 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 43 | 192 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.25 |
| HSL | 294.77º | 0.63% | 0.46% | - |
| HSV(B) | 294.77º | 0.78% | 0.75% | - |
| XYZ | 28.97 | 15.12 | 51.26 | - |
| YUV | 100.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 192 | 0.07 | 0.78 | 0 | 0.25 | 294.77 | 0.63 | 0.46 |
| Hex | B3 | 2B | C0 | 7 | 4E | 0 | 19 | 127 | 3F | 2E |
| Octal | 263 | 53 | 300 | 7 | 116 | 0 | 31 | 447 | 77 | 56 |
| Binary | 10110011 | 101011 | 11000000 | 111 | 1001110 | 0 | 11001 | 100100111 | 111111 | 101110 |
Color Harmonies of #B32BC0
Complementary color
Monochromatic Colors of #B32BC0
Black with #B32BC0
Text Example
Text Example
White with #B32BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BC0; }
p { color: rgb(179,43,192); }
H1.HeaderClassName
{
color: #B32BC0;
}
.AnyTagClassName
{
color: #B32BC0;
}
</style>
background-color css
<style>
a { background-color: #B32BC0; }
a { background-color: rgb(179,43,192); }
div.DivClassName
{
background-color: #B32BC0;
}
.BgClassName
{
background-color: #B32BC0;
}
</style>
border-color css
<style>
span { border-color: #B32BC0; }
span { border-color: rgb(179,43,192); }
td.TdClassName
{
border-color: #B32BC0;
}
.TagClassName
{
border-color: #B32BC0;
}
</style>