Shades of Dark Orchid #B324C2
Tints of Dark Orchid #B324C2
RGB
CMYK
RGB Variations
Color information
#B324C2 (or 0xB324C2) is known color: Dark Orchid. HEX triplet: B3, 24 and C2. RGB value is (179,36,194). Sum of RGB (Red+Green+Blue) = 179+36+194=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #B324C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324C2 is #4CDB3D. Grayscale: #606060. Windows color (decimal): -5036862 or 12723379. OLE color: 12723379.
HSL color Cylindrical-coordinate representation of color #B324C2: hue angle of 294.3º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B324C2 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 36 | 194 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.24 |
| HSL | 294.3º | 0.69% | 0.45% | - |
| HSV(B) | 294.3º | 0.81% | 0.76% | - |
| XYZ | 28.96 | 14.74 | 52.36 | - |
| YUV | 96.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 194 | 0.08 | 0.81 | 0 | 0.24 | 294.3 | 0.69 | 0.45 |
| Hex | B3 | 24 | C2 | 8 | 51 | 0 | 18 | 126 | 45 | 2D |
| Octal | 263 | 44 | 302 | 10 | 121 | 0 | 30 | 446 | 105 | 55 |
| Binary | 10110011 | 100100 | 11000010 | 1000 | 1010001 | 0 | 11000 | 100100110 | 1000101 | 101101 |
Color Harmonies of #B324C2
Complementary color
Monochromatic Colors of #B324C2
Black with #B324C2
Text Example
Text Example
White with #B324C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324C2; }
p { color: rgb(179,36,194); }
H1.HeaderClassName
{
color: #B324C2;
}
.AnyTagClassName
{
color: #B324C2;
}
</style>
background-color css
<style>
a { background-color: #B324C2; }
a { background-color: rgb(179,36,194); }
div.DivClassName
{
background-color: #B324C2;
}
.BgClassName
{
background-color: #B324C2;
}
</style>
border-color css
<style>
span { border-color: #B324C2; }
span { border-color: rgb(179,36,194); }
td.TdClassName
{
border-color: #B324C2;
}
.TagClassName
{
border-color: #B324C2;
}
</style>