Shades of Dark Orchid #B324B8
Tints of Dark Orchid #B324B8
RGB
CMYK
RGB Variations
Color information
#B324B8 (or 0xB324B8) is known color: Dark Orchid. HEX triplet: B3, 24 and B8. RGB value is (179,36,184). Sum of RGB (Red+Green+Blue) = 179+36+184=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #B324B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324B8 is #4CDB47. Grayscale: #5F5F5F. Windows color (decimal): -5036872 or 12068019. OLE color: 12068019.
HSL color Cylindrical-coordinate representation of color #B324B8: hue angle of 297.97º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B324B8 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 36 | 184 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.28 |
| HSL | 297.97º | 0.67% | 0.43% | - |
| HSV(B) | 297.97º | 0.8% | 0.72% | - |
| XYZ | 27.87 | 14.31 | 46.64 | - |
| YUV | 95.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 184 | 0.03 | 0.80 | 0 | 0.28 | 297.97 | 0.67 | 0.43 |
| Hex | B3 | 24 | B8 | 3 | 50 | 0 | 1C | 12A | 43 | 2B |
| Octal | 263 | 44 | 270 | 3 | 120 | 0 | 34 | 452 | 103 | 53 |
| Binary | 10110011 | 100100 | 10111000 | 11 | 1010000 | 0 | 11100 | 100101010 | 1000011 | 101011 |
Color Harmonies of #B324B8
Complementary color
Monochromatic Colors of #B324B8
Black with #B324B8
Text Example
Text Example
White with #B324B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324B8; }
p { color: rgb(179,36,184); }
H1.HeaderClassName
{
color: #B324B8;
}
.AnyTagClassName
{
color: #B324B8;
}
</style>
background-color css
<style>
a { background-color: #B324B8; }
a { background-color: rgb(179,36,184); }
div.DivClassName
{
background-color: #B324B8;
}
.BgClassName
{
background-color: #B324B8;
}
</style>
border-color css
<style>
span { border-color: #B324B8; }
span { border-color: rgb(179,36,184); }
td.TdClassName
{
border-color: #B324B8;
}
.TagClassName
{
border-color: #B324B8;
}
</style>