Shades of Dark Orchid #B324D2
Tints of Dark Orchid #B324D2
RGB
CMYK
RGB Variations
Color information
#B324D2 (or 0xB324D2) is known color: Dark Orchid. HEX triplet: B3, 24 and D2. RGB value is (179,36,210). Sum of RGB (Red+Green+Blue) = 179+36+210=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #B324D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324D2 is #4CDB2D. Grayscale: #626262. Windows color (decimal): -5036846 or 13771955. OLE color: 13771955.
HSL color Cylindrical-coordinate representation of color #B324D2: hue angle of 289.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B324D2 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 36 | 210 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.18 |
| HSL | 289.31º | 0.71% | 0.48% | - |
| HSV(B) | 289.31º | 0.83% | 0.82% | - |
| XYZ | 30.85 | 15.5 | 62.34 | - |
| YUV | 98.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 210 | 0.15 | 0.83 | 0 | 0.18 | 289.31 | 0.71 | 0.48 |
| Hex | B3 | 24 | D2 | F | 53 | 0 | 12 | 121 | 47 | 30 |
| Octal | 263 | 44 | 322 | 17 | 123 | 0 | 22 | 441 | 107 | 60 |
| Binary | 10110011 | 100100 | 11010010 | 1111 | 1010011 | 0 | 10010 | 100100001 | 1000111 | 110000 |
Color Harmonies of #B324D2
Complementary color
Monochromatic Colors of #B324D2
Black with #B324D2
Text Example
Text Example
White with #B324D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324D2; }
p { color: rgb(179,36,210); }
H1.HeaderClassName
{
color: #B324D2;
}
.AnyTagClassName
{
color: #B324D2;
}
</style>
background-color css
<style>
a { background-color: #B324D2; }
a { background-color: rgb(179,36,210); }
div.DivClassName
{
background-color: #B324D2;
}
.BgClassName
{
background-color: #B324D2;
}
</style>
border-color css
<style>
span { border-color: #B324D2; }
span { border-color: rgb(179,36,210); }
td.TdClassName
{
border-color: #B324D2;
}
.TagClassName
{
border-color: #B324D2;
}
</style>