Shades of Dark Orchid #B324DF
Tints of Dark Orchid #B324DF
RGB
CMYK
RGB Variations
Color information
#B324DF (or 0xB324DF) is known color: Dark Orchid. HEX triplet: B3, 24 and DF. RGB value is (179,36,223). Sum of RGB (Red+Green+Blue) = 179+36+223=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B324DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324DF is #4CDB20. Grayscale: #636363. Windows color (decimal): -5036833 or 14623923. OLE color: 14623923.
HSL color Cylindrical-coordinate representation of color #B324DF: hue angle of 285.88º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B324DF is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 36 | 223 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.13 |
| HSL | 285.88º | 0.75% | 0.51% | - |
| HSV(B) | 285.88º | 0.84% | 0.87% | - |
| XYZ | 32.54 | 16.17 | 71.22 | - |
| YUV | 100.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 223 | 0.20 | 0.84 | 0 | 0.13 | 285.88 | 0.75 | 0.51 |
| Hex | B3 | 24 | DF | 14 | 54 | 0 | D | 11E | 4B | 33 |
| Octal | 263 | 44 | 337 | 24 | 124 | 0 | 15 | 436 | 113 | 63 |
| Binary | 10110011 | 100100 | 11011111 | 10100 | 1010100 | 0 | 1101 | 100011110 | 1001011 | 110011 |
Color Harmonies of #B324DF
Complementary color
Monochromatic Colors of #B324DF
Black with #B324DF
Text Example
Text Example
White with #B324DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324DF; }
p { color: rgb(179,36,223); }
H1.HeaderClassName
{
color: #B324DF;
}
.AnyTagClassName
{
color: #B324DF;
}
</style>
background-color css
<style>
a { background-color: #B324DF; }
a { background-color: rgb(179,36,223); }
div.DivClassName
{
background-color: #B324DF;
}
.BgClassName
{
background-color: #B324DF;
}
</style>
border-color css
<style>
span { border-color: #B324DF; }
span { border-color: rgb(179,36,223); }
td.TdClassName
{
border-color: #B324DF;
}
.TagClassName
{
border-color: #B324DF;
}
</style>