Shades of Dark Orchid #B32BCB
Tints of Dark Orchid #B32BCB
RGB
CMYK
RGB Variations
Color information
#B32BCB (or 0xB32BCB) is known color: Dark Orchid. HEX triplet: B3, 2B and CB. RGB value is (179,43,203). Sum of RGB (Red+Green+Blue) = 179+43+203=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B32BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BCB is #4CD434. Grayscale: #656565. Windows color (decimal): -5035061 or 13314995. OLE color: 13314995.
HSL color Cylindrical-coordinate representation of color #B32BCB: hue angle of 291º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32BCB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 43 | 203 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.20 |
| HSL | 291º | 0.65% | 0.48% | - |
| HSV(B) | 291º | 0.79% | 0.8% | - |
| XYZ | 30.23 | 15.62 | 57.92 | - |
| YUV | 101.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 203 | 0.12 | 0.79 | 0 | 0.20 | 291 | 0.65 | 0.48 |
| Hex | B3 | 2B | CB | C | 4F | 0 | 14 | 123 | 41 | 30 |
| Octal | 263 | 53 | 313 | 14 | 117 | 0 | 24 | 443 | 101 | 60 |
| Binary | 10110011 | 101011 | 11001011 | 1100 | 1001111 | 0 | 10100 | 100100011 | 1000001 | 110000 |
Color Harmonies of #B32BCB
Complementary color
Monochromatic Colors of #B32BCB
Black with #B32BCB
Text Example
Text Example
White with #B32BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BCB; }
p { color: rgb(179,43,203); }
H1.HeaderClassName
{
color: #B32BCB;
}
.AnyTagClassName
{
color: #B32BCB;
}
</style>
background-color css
<style>
a { background-color: #B32BCB; }
a { background-color: rgb(179,43,203); }
div.DivClassName
{
background-color: #B32BCB;
}
.BgClassName
{
background-color: #B32BCB;
}
</style>
border-color css
<style>
span { border-color: #B32BCB; }
span { border-color: rgb(179,43,203); }
td.TdClassName
{
border-color: #B32BCB;
}
.TagClassName
{
border-color: #B32BCB;
}
</style>