Shades of Dark Orchid #B32CBA
Tints of Dark Orchid #B32CBA
RGB
CMYK
RGB Variations
Color information
#B32CBA (or 0xB32CBA) is known color: Dark Orchid. HEX triplet: B3, 2C and BA. RGB value is (179,44,186). Sum of RGB (Red+Green+Blue) = 179+44+186=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B32CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CBA is #4CD345. Grayscale: #646464. Windows color (decimal): -5034822 or 12201139. OLE color: 12201139.
HSL color Cylindrical-coordinate representation of color #B32CBA: hue angle of 297.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32CBA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 44 | 186 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.27 |
| HSL | 297.04º | 0.62% | 0.45% | - |
| HSV(B) | 297.04º | 0.76% | 0.73% | - |
| XYZ | 28.35 | 14.93 | 47.84 | - |
| YUV | 100.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 186 | 0.04 | 0.76 | 0 | 0.27 | 297.04 | 0.62 | 0.45 |
| Hex | B3 | 2C | BA | 4 | 4C | 0 | 1B | 129 | 3E | 2D |
| Octal | 263 | 54 | 272 | 4 | 114 | 0 | 33 | 451 | 76 | 55 |
| Binary | 10110011 | 101100 | 10111010 | 100 | 1001100 | 0 | 11011 | 100101001 | 111110 | 101101 |
Color Harmonies of #B32CBA
Complementary color
Monochromatic Colors of #B32CBA
Black with #B32CBA
Text Example
Text Example
White with #B32CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CBA; }
p { color: rgb(179,44,186); }
H1.HeaderClassName
{
color: #B32CBA;
}
.AnyTagClassName
{
color: #B32CBA;
}
</style>
background-color css
<style>
a { background-color: #B32CBA; }
a { background-color: rgb(179,44,186); }
div.DivClassName
{
background-color: #B32CBA;
}
.BgClassName
{
background-color: #B32CBA;
}
</style>
border-color css
<style>
span { border-color: #B32CBA; }
span { border-color: rgb(179,44,186); }
td.TdClassName
{
border-color: #B32CBA;
}
.TagClassName
{
border-color: #B32CBA;
}
</style>