Shades of Dark Orchid #B32BC8
Tints of Dark Orchid #B32BC8
RGB
CMYK
RGB Variations
Color information
#B32BC8 (or 0xB32BC8) is known color: Dark Orchid. HEX triplet: B3, 2B and C8. RGB value is (179,43,200). Sum of RGB (Red+Green+Blue) = 179+43+200=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #B32BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BC8 is #4CD437. Grayscale: #656565. Windows color (decimal): -5035064 or 13118387. OLE color: 13118387.
HSL color Cylindrical-coordinate representation of color #B32BC8: hue angle of 291.97º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32BC8 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 43 | 200 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.22 |
| HSL | 291.97º | 0.65% | 0.48% | - |
| HSV(B) | 291.97º | 0.79% | 0.78% | - |
| XYZ | 29.88 | 15.48 | 56.06 | - |
| YUV | 101.56 | 183.56 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 200 | 0.10 | 0.78 | 0 | 0.22 | 291.97 | 0.65 | 0.48 |
| Hex | B3 | 2B | C8 | A | 4E | 0 | 16 | 124 | 41 | 30 |
| Octal | 263 | 53 | 310 | 12 | 116 | 0 | 26 | 444 | 101 | 60 |
| Binary | 10110011 | 101011 | 11001000 | 1010 | 1001110 | 0 | 10110 | 100100100 | 1000001 | 110000 |
Color Harmonies of #B32BC8
Complementary color
Monochromatic Colors of #B32BC8
Black with #B32BC8
Text Example
Text Example
White with #B32BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BC8; }
p { color: rgb(179,43,200); }
H1.HeaderClassName
{
color: #B32BC8;
}
.AnyTagClassName
{
color: #B32BC8;
}
</style>
background-color css
<style>
a { background-color: #B32BC8; }
a { background-color: rgb(179,43,200); }
div.DivClassName
{
background-color: #B32BC8;
}
.BgClassName
{
background-color: #B32BC8;
}
</style>
border-color css
<style>
span { border-color: #B32BC8; }
span { border-color: rgb(179,43,200); }
td.TdClassName
{
border-color: #B32BC8;
}
.TagClassName
{
border-color: #B32BC8;
}
</style>