Shades of Dark Orchid #B325D9
Tints of Dark Orchid #B325D9
RGB
CMYK
RGB Variations
Color information
#B325D9 (or 0xB325D9) is known color: Dark Orchid. HEX triplet: B3, 25 and D9. RGB value is (179,37,217). Sum of RGB (Red+Green+Blue) = 179+37+217=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #B325D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325D9 is #4CDA26. Grayscale: #636363. Windows color (decimal): -5036583 or 14230963. OLE color: 14230963.
HSL color Cylindrical-coordinate representation of color #B325D9: hue angle of 287.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B325D9 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 37 | 217 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.15 |
| HSL | 287.33º | 0.71% | 0.5% | - |
| HSV(B) | 287.33º | 0.83% | 0.85% | - |
| XYZ | 31.78 | 15.92 | 67.04 | - |
| YUV | 99.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 217 | 0.18 | 0.83 | 0 | 0.15 | 287.33 | 0.71 | 0.5 |
| Hex | B3 | 25 | D9 | 12 | 53 | 0 | F | 11F | 47 | 32 |
| Octal | 263 | 45 | 331 | 22 | 123 | 0 | 17 | 437 | 107 | 62 |
| Binary | 10110011 | 100101 | 11011001 | 10010 | 1010011 | 0 | 1111 | 100011111 | 1000111 | 110010 |
Color Harmonies of #B325D9
Complementary color
Monochromatic Colors of #B325D9
Black with #B325D9
Text Example
Text Example
White with #B325D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325D9; }
p { color: rgb(179,37,217); }
H1.HeaderClassName
{
color: #B325D9;
}
.AnyTagClassName
{
color: #B325D9;
}
</style>
background-color css
<style>
a { background-color: #B325D9; }
a { background-color: rgb(179,37,217); }
div.DivClassName
{
background-color: #B325D9;
}
.BgClassName
{
background-color: #B325D9;
}
</style>
border-color css
<style>
span { border-color: #B325D9; }
span { border-color: rgb(179,37,217); }
td.TdClassName
{
border-color: #B325D9;
}
.TagClassName
{
border-color: #B325D9;
}
</style>