Shades of Dark Orchid #B32BC9
Tints of Dark Orchid #B32BC9
RGB
CMYK
RGB Variations
Color information
#B32BC9 (or 0xB32BC9) is known color: Dark Orchid. HEX triplet: B3, 2B and C9. RGB value is (179,43,201). Sum of RGB (Red+Green+Blue) = 179+43+201=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #B32BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BC9 is #4CD436. Grayscale: #656565. Windows color (decimal): -5035063 or 13183923. OLE color: 13183923.
HSL color Cylindrical-coordinate representation of color #B32BC9: hue angle of 291.65º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32BC9 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 43 | 201 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.21 |
| HSL | 291.65º | 0.65% | 0.48% | - |
| HSV(B) | 291.65º | 0.79% | 0.79% | - |
| XYZ | 30 | 15.53 | 56.67 | - |
| YUV | 101.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 201 | 0.11 | 0.79 | 0 | 0.21 | 291.65 | 0.65 | 0.48 |
| Hex | B3 | 2B | C9 | B | 4F | 0 | 15 | 124 | 41 | 30 |
| Octal | 263 | 53 | 311 | 13 | 117 | 0 | 25 | 444 | 101 | 60 |
| Binary | 10110011 | 101011 | 11001001 | 1011 | 1001111 | 0 | 10101 | 100100100 | 1000001 | 110000 |
Color Harmonies of #B32BC9
Complementary color
Monochromatic Colors of #B32BC9
Black with #B32BC9
Text Example
Text Example
White with #B32BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BC9; }
p { color: rgb(179,43,201); }
H1.HeaderClassName
{
color: #B32BC9;
}
.AnyTagClassName
{
color: #B32BC9;
}
</style>
background-color css
<style>
a { background-color: #B32BC9; }
a { background-color: rgb(179,43,201); }
div.DivClassName
{
background-color: #B32BC9;
}
.BgClassName
{
background-color: #B32BC9;
}
</style>
border-color css
<style>
span { border-color: #B32BC9; }
span { border-color: rgb(179,43,201); }
td.TdClassName
{
border-color: #B32BC9;
}
.TagClassName
{
border-color: #B32BC9;
}
</style>