Shades of Dark Orchid #B32CB7
Tints of Dark Orchid #B32CB7
RGB
CMYK
RGB Variations
Color information
#B32CB7 (or 0xB32CB7) is known color: Dark Orchid. HEX triplet: B3, 2C and B7. RGB value is (179,44,183). Sum of RGB (Red+Green+Blue) = 179+44+183=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #B32CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CB7 is #4CD348. Grayscale: #636363. Windows color (decimal): -5034825 or 12004531. OLE color: 12004531.
HSL color Cylindrical-coordinate representation of color #B32CB7: hue angle of 298.27º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32CB7 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 44 | 183 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.28 |
| HSL | 298.27º | 0.61% | 0.45% | - |
| HSV(B) | 298.27º | 0.76% | 0.72% | - |
| XYZ | 28.04 | 14.8 | 46.18 | - |
| YUV | 100.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 183 | 0.02 | 0.76 | 0 | 0.28 | 298.27 | 0.61 | 0.45 |
| Hex | B3 | 2C | B7 | 2 | 4C | 0 | 1C | 12A | 3D | 2D |
| Octal | 263 | 54 | 267 | 2 | 114 | 0 | 34 | 452 | 75 | 55 |
| Binary | 10110011 | 101100 | 10110111 | 10 | 1001100 | 0 | 11100 | 100101010 | 111101 | 101101 |
Color Harmonies of #B32CB7
Complementary color
Monochromatic Colors of #B32CB7
Black with #B32CB7
Text Example
Text Example
White with #B32CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CB7; }
p { color: rgb(179,44,183); }
H1.HeaderClassName
{
color: #B32CB7;
}
.AnyTagClassName
{
color: #B32CB7;
}
</style>
background-color css
<style>
a { background-color: #B32CB7; }
a { background-color: rgb(179,44,183); }
div.DivClassName
{
background-color: #B32CB7;
}
.BgClassName
{
background-color: #B32CB7;
}
</style>
border-color css
<style>
span { border-color: #B32CB7; }
span { border-color: rgb(179,44,183); }
td.TdClassName
{
border-color: #B32CB7;
}
.TagClassName
{
border-color: #B32CB7;
}
</style>