Shades of Dark Orchid #B324C7
Tints of Dark Orchid #B324C7
RGB
CMYK
RGB Variations
Color information
#B324C7 (or 0xB324C7) is known color: Dark Orchid. HEX triplet: B3, 24 and C7. RGB value is (179,36,199). Sum of RGB (Red+Green+Blue) = 179+36+199=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #B324C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324C7 is #4CDB38. Grayscale: #606060. Windows color (decimal): -5036857 or 13051059. OLE color: 13051059.
HSL color Cylindrical-coordinate representation of color #B324C7: hue angle of 292.64º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B324C7 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 36 | 199 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.22 |
| HSL | 292.64º | 0.69% | 0.46% | - |
| HSV(B) | 292.64º | 0.82% | 0.78% | - |
| XYZ | 29.53 | 14.97 | 55.37 | - |
| YUV | 97.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 199 | 0.10 | 0.82 | 0 | 0.22 | 292.64 | 0.69 | 0.46 |
| Hex | B3 | 24 | C7 | A | 52 | 0 | 16 | 125 | 45 | 2E |
| Octal | 263 | 44 | 307 | 12 | 122 | 0 | 26 | 445 | 105 | 56 |
| Binary | 10110011 | 100100 | 11000111 | 1010 | 1010010 | 0 | 10110 | 100100101 | 1000101 | 101110 |
Color Harmonies of #B324C7
Complementary color
Monochromatic Colors of #B324C7
Black with #B324C7
Text Example
Text Example
White with #B324C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324C7; }
p { color: rgb(179,36,199); }
H1.HeaderClassName
{
color: #B324C7;
}
.AnyTagClassName
{
color: #B324C7;
}
</style>
background-color css
<style>
a { background-color: #B324C7; }
a { background-color: rgb(179,36,199); }
div.DivClassName
{
background-color: #B324C7;
}
.BgClassName
{
background-color: #B324C7;
}
</style>
border-color css
<style>
span { border-color: #B324C7; }
span { border-color: rgb(179,36,199); }
td.TdClassName
{
border-color: #B324C7;
}
.TagClassName
{
border-color: #B324C7;
}
</style>