Shades of Dark Orchid #B324DD
Tints of Dark Orchid #B324DD
RGB
CMYK
RGB Variations
Color information
#B324DD (or 0xB324DD) is known color: Dark Orchid. HEX triplet: B3, 24 and DD. RGB value is (179,36,221). Sum of RGB (Red+Green+Blue) = 179+36+221=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B324DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324DD is #4CDB22. Grayscale: #636363. Windows color (decimal): -5036835 or 14492851. OLE color: 14492851.
HSL color Cylindrical-coordinate representation of color #B324DD: hue angle of 286.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B324DD is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 36 | 221 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.13 |
| HSL | 286.38º | 0.73% | 0.5% | - |
| HSV(B) | 286.38º | 0.84% | 0.87% | - |
| XYZ | 32.27 | 16.07 | 69.81 | - |
| YUV | 99.85 | 196.38 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 221 | 0.19 | 0.84 | 0 | 0.13 | 286.38 | 0.73 | 0.5 |
| Hex | B3 | 24 | DD | 13 | 54 | 0 | D | 11E | 49 | 32 |
| Octal | 263 | 44 | 335 | 23 | 124 | 0 | 15 | 436 | 111 | 62 |
| Binary | 10110011 | 100100 | 11011101 | 10011 | 1010100 | 0 | 1101 | 100011110 | 1001001 | 110010 |
Color Harmonies of #B324DD
Complementary color
Monochromatic Colors of #B324DD
Black with #B324DD
Text Example
Text Example
White with #B324DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324DD; }
p { color: rgb(179,36,221); }
H1.HeaderClassName
{
color: #B324DD;
}
.AnyTagClassName
{
color: #B324DD;
}
</style>
background-color css
<style>
a { background-color: #B324DD; }
a { background-color: rgb(179,36,221); }
div.DivClassName
{
background-color: #B324DD;
}
.BgClassName
{
background-color: #B324DD;
}
</style>
border-color css
<style>
span { border-color: #B324DD; }
span { border-color: rgb(179,36,221); }
td.TdClassName
{
border-color: #B324DD;
}
.TagClassName
{
border-color: #B324DD;
}
</style>