Shades of Dark Orchid #B032C1
Tints of Dark Orchid #B032C1
RGB
CMYK
RGB Variations
Color information
#B032C1 (or 0xB032C1) is known color: Dark Orchid. HEX triplet: B0, 32 and C1. RGB value is (176,50,193). Sum of RGB (Red+Green+Blue) = 176+50+193=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #B032C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032C1 is #4FCD3E. Grayscale: #676767. Windows color (decimal): -5229887 or 12661424. OLE color: 12661424.
HSL color Cylindrical-coordinate representation of color #B032C1: hue angle of 292.87º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B032C1 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 50 | 193 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.24 |
| HSL | 292.87º | 0.59% | 0.48% | - |
| HSV(B) | 292.87º | 0.74% | 0.76% | - |
| XYZ | 28.67 | 15.36 | 51.91 | - |
| YUV | 103.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 193 | 0.09 | 0.74 | 0 | 0.24 | 292.87 | 0.59 | 0.48 |
| Hex | B0 | 32 | C1 | 9 | 4A | 0 | 18 | 125 | 3B | 30 |
| Octal | 260 | 62 | 301 | 11 | 112 | 0 | 30 | 445 | 73 | 60 |
| Binary | 10110000 | 110010 | 11000001 | 1001 | 1001010 | 0 | 11000 | 100100101 | 111011 | 110000 |
Color Harmonies of #B032C1
Complementary color
Monochromatic Colors of #B032C1
Black with #B032C1
Text Example
Text Example
White with #B032C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032C1; }
p { color: rgb(176,50,193); }
H1.HeaderClassName
{
color: #B032C1;
}
.AnyTagClassName
{
color: #B032C1;
}
</style>
background-color css
<style>
a { background-color: #B032C1; }
a { background-color: rgb(176,50,193); }
div.DivClassName
{
background-color: #B032C1;
}
.BgClassName
{
background-color: #B032C1;
}
</style>
border-color css
<style>
span { border-color: #B032C1; }
span { border-color: rgb(176,50,193); }
td.TdClassName
{
border-color: #B032C1;
}
.TagClassName
{
border-color: #B032C1;
}
</style>