Shades of Dark Orchid #B324B0
Tints of Dark Orchid #B324B0
RGB
CMYK
RGB Variations
Color information
#B324B0 (or 0xB324B0) is known color: Dark Orchid. HEX triplet: B3, 24 and B0. RGB value is (179,36,176). Sum of RGB (Red+Green+Blue) = 179+36+176=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B324B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B324B0 is #4CDB4F. Grayscale: #5E5E5E. Windows color (decimal): -5036880 or 11543731. OLE color: 11543731.
HSL color Cylindrical-coordinate representation of color #B324B0: hue angle of 301.26º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B324B0 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 176 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.30 |
| HSL | 301.26º | 0.67% | 0.42% | - |
| HSV(B) | 301.26º | 0.8% | 0.7% | - |
| XYZ | 27.06 | 13.98 | 42.35 | - |
| YUV | 94.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 176 | 0 | 0.80 | 0.02 | 0.30 | 301.26 | 0.67 | 0.42 |
| Hex | B3 | 24 | B0 | 0 | 50 | 2 | 1E | 12D | 43 | 2A |
| Octal | 263 | 44 | 260 | 0 | 120 | 2 | 36 | 455 | 103 | 52 |
| Binary | 10110011 | 100100 | 10110000 | 0 | 1010000 | 10 | 11110 | 100101101 | 1000011 | 101010 |
Color Harmonies of #B324B0
Complementary color
Monochromatic Colors of #B324B0
Black with #B324B0
Text Example
Text Example
White with #B324B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324B0; }
p { color: rgb(179,36,176); }
H1.HeaderClassName
{
color: #B324B0;
}
.AnyTagClassName
{
color: #B324B0;
}
</style>
background-color css
<style>
a { background-color: #B324B0; }
a { background-color: rgb(179,36,176); }
div.DivClassName
{
background-color: #B324B0;
}
.BgClassName
{
background-color: #B324B0;
}
</style>
border-color css
<style>
span { border-color: #B324B0; }
span { border-color: rgb(179,36,176); }
td.TdClassName
{
border-color: #B324B0;
}
.TagClassName
{
border-color: #B324B0;
}
</style>