Shades of Dark Orchid #B325DA
Tints of Dark Orchid #B325DA
RGB
CMYK
RGB Variations
Color information
#B325DA (or 0xB325DA) is known color: Dark Orchid. HEX triplet: B3, 25 and DA. RGB value is (179,37,218). Sum of RGB (Red+Green+Blue) = 179+37+218=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #B325DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325DA is #4CDA25. Grayscale: #636363. Windows color (decimal): -5036582 or 14296499. OLE color: 14296499.
HSL color Cylindrical-coordinate representation of color #B325DA: hue angle of 287.07º 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 #B325DA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 37 | 218 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.15 |
| HSL | 287.07º | 0.71% | 0.5% | - |
| HSV(B) | 287.07º | 0.83% | 0.85% | - |
| XYZ | 31.91 | 15.97 | 67.73 | - |
| YUV | 100.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 218 | 0.18 | 0.83 | 0 | 0.15 | 287.07 | 0.71 | 0.5 |
| Hex | B3 | 25 | DA | 12 | 53 | 0 | F | 11F | 47 | 32 |
| Octal | 263 | 45 | 332 | 22 | 123 | 0 | 17 | 437 | 107 | 62 |
| Binary | 10110011 | 100101 | 11011010 | 10010 | 1010011 | 0 | 1111 | 100011111 | 1000111 | 110010 |
Color Harmonies of #B325DA
Complementary color
Monochromatic Colors of #B325DA
Black with #B325DA
Text Example
Text Example
White with #B325DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325DA; }
p { color: rgb(179,37,218); }
H1.HeaderClassName
{
color: #B325DA;
}
.AnyTagClassName
{
color: #B325DA;
}
</style>
background-color css
<style>
a { background-color: #B325DA; }
a { background-color: rgb(179,37,218); }
div.DivClassName
{
background-color: #B325DA;
}
.BgClassName
{
background-color: #B325DA;
}
</style>
border-color css
<style>
span { border-color: #B325DA; }
span { border-color: rgb(179,37,218); }
td.TdClassName
{
border-color: #B325DA;
}
.TagClassName
{
border-color: #B325DA;
}
</style>