Shades of Dark Orchid #B324E5
Tints of Dark Orchid #B324E5
RGB
CMYK
RGB Variations
Color information
#B324E5 (or 0xB324E5) is known color: Dark Orchid. HEX triplet: B3, 24 and E5. RGB value is (179,36,229). Sum of RGB (Red+Green+Blue) = 179+36+229=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #B324E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324E5 is #4CDB1A. Grayscale: #646464. Windows color (decimal): -5036827 or 15017139. OLE color: 15017139.
HSL color Cylindrical-coordinate representation of color #B324E5: hue angle of 284.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B324E5 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 36 | 229 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.10 |
| HSL | 284.46º | 0.79% | 0.52% | - |
| HSV(B) | 284.46º | 0.84% | 0.9% | - |
| XYZ | 33.36 | 16.5 | 75.56 | - |
| YUV | 100.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 229 | 0.22 | 0.84 | 0 | 0.10 | 284.46 | 0.79 | 0.52 |
| Hex | B3 | 24 | E5 | 16 | 54 | 0 | A | 11C | 4F | 34 |
| Octal | 263 | 44 | 345 | 26 | 124 | 0 | 12 | 434 | 117 | 64 |
| Binary | 10110011 | 100100 | 11100101 | 10110 | 1010100 | 0 | 1010 | 100011100 | 1001111 | 110100 |
Color Harmonies of #B324E5
Complementary color
Monochromatic Colors of #B324E5
Black with #B324E5
Text Example
Text Example
White with #B324E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324E5; }
p { color: rgb(179,36,229); }
H1.HeaderClassName
{
color: #B324E5;
}
.AnyTagClassName
{
color: #B324E5;
}
</style>
background-color css
<style>
a { background-color: #B324E5; }
a { background-color: rgb(179,36,229); }
div.DivClassName
{
background-color: #B324E5;
}
.BgClassName
{
background-color: #B324E5;
}
</style>
border-color css
<style>
span { border-color: #B324E5; }
span { border-color: rgb(179,36,229); }
td.TdClassName
{
border-color: #B324E5;
}
.TagClassName
{
border-color: #B324E5;
}
</style>