Shades of Dark Orchid #B324CC
Tints of Dark Orchid #B324CC
RGB
CMYK
RGB Variations
Color information
#B324CC (or 0xB324CC) is known color: Dark Orchid. HEX triplet: B3, 24 and CC. RGB value is (179,36,204). Sum of RGB (Red+Green+Blue) = 179+36+204=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #B324CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324CC is #4CDB33. Grayscale: #616161. Windows color (decimal): -5036852 or 13378739. OLE color: 13378739.
HSL color Cylindrical-coordinate representation of color #B324CC: hue angle of 291.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B324CC is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 36 | 204 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.2 |
| HSL | 291.07º | 0.7% | 0.47% | - |
| HSV(B) | 291.07º | 0.82% | 0.8% | - |
| XYZ | 30.12 | 15.21 | 58.47 | - |
| YUV | 97.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 204 | 0.12 | 0.82 | 0 | 0.2 | 291.07 | 0.7 | 0.47 |
| Hex | B3 | 24 | CC | C | 52 | 0 | 14 | 123 | 46 | 2F |
| Octal | 263 | 44 | 314 | 14 | 122 | 0 | 24 | 443 | 106 | 57 |
| Binary | 10110011 | 100100 | 11001100 | 1100 | 1010010 | 0 | 10100 | 100100011 | 1000110 | 101111 |
Color Harmonies of #B324CC
Complementary color
Monochromatic Colors of #B324CC
Black with #B324CC
Text Example
Text Example
White with #B324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324CC; }
p { color: rgb(179,36,204); }
H1.HeaderClassName
{
color: #B324CC;
}
.AnyTagClassName
{
color: #B324CC;
}
</style>
background-color css
<style>
a { background-color: #B324CC; }
a { background-color: rgb(179,36,204); }
div.DivClassName
{
background-color: #B324CC;
}
.BgClassName
{
background-color: #B324CC;
}
</style>
border-color css
<style>
span { border-color: #B324CC; }
span { border-color: rgb(179,36,204); }
td.TdClassName
{
border-color: #B324CC;
}
.TagClassName
{
border-color: #B324CC;
}
</style>