Shades of Dark Orchid #B32BBD
Tints of Dark Orchid #B32BBD
RGB
CMYK
RGB Variations
Color information
#B32BBD (or 0xB32BBD) is known color: Dark Orchid. HEX triplet: B3, 2B and BD. RGB value is (179,43,189). Sum of RGB (Red+Green+Blue) = 179+43+189=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #B32BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BBD is #4CD442. Grayscale: #636363. Windows color (decimal): -5035075 or 12397491. OLE color: 12397491.
HSL color Cylindrical-coordinate representation of color #B32BBD: hue angle of 295.89º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32BBD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 43 | 189 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.26 |
| HSL | 295.89º | 0.63% | 0.45% | - |
| HSV(B) | 295.89º | 0.77% | 0.74% | - |
| XYZ | 28.64 | 14.99 | 49.53 | - |
| YUV | 100.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 189 | 0.05 | 0.77 | 0 | 0.26 | 295.89 | 0.63 | 0.45 |
| Hex | B3 | 2B | BD | 5 | 4D | 0 | 1A | 128 | 3F | 2D |
| Octal | 263 | 53 | 275 | 5 | 115 | 0 | 32 | 450 | 77 | 55 |
| Binary | 10110011 | 101011 | 10111101 | 101 | 1001101 | 0 | 11010 | 100101000 | 111111 | 101101 |
Color Harmonies of #B32BBD
Complementary color
Monochromatic Colors of #B32BBD
Black with #B32BBD
Text Example
Text Example
White with #B32BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BBD; }
p { color: rgb(179,43,189); }
H1.HeaderClassName
{
color: #B32BBD;
}
.AnyTagClassName
{
color: #B32BBD;
}
</style>
background-color css
<style>
a { background-color: #B32BBD; }
a { background-color: rgb(179,43,189); }
div.DivClassName
{
background-color: #B32BBD;
}
.BgClassName
{
background-color: #B32BBD;
}
</style>
border-color css
<style>
span { border-color: #B32BBD; }
span { border-color: rgb(179,43,189); }
td.TdClassName
{
border-color: #B32BBD;
}
.TagClassName
{
border-color: #B32BBD;
}
</style>