Shades of Dark Orchid #B325C9
Tints of Dark Orchid #B325C9
RGB
CMYK
RGB Variations
Color information
#B325C9 (or 0xB325C9) is known color: Dark Orchid. HEX triplet: B3, 25 and C9. RGB value is (179,37,201). Sum of RGB (Red+Green+Blue) = 179+37+201=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #B325C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325C9 is #4CDA36. Grayscale: #616161. Windows color (decimal): -5036599 or 13182387. OLE color: 13182387.
HSL color Cylindrical-coordinate representation of color #B325C9: hue angle of 291.95º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B325C9 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 37 | 201 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.21 |
| HSL | 291.95º | 0.69% | 0.47% | - |
| HSV(B) | 291.95º | 0.82% | 0.79% | - |
| XYZ | 29.79 | 15.12 | 56.61 | - |
| YUV | 98.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 201 | 0.11 | 0.82 | 0 | 0.21 | 291.95 | 0.69 | 0.47 |
| Hex | B3 | 25 | C9 | B | 52 | 0 | 15 | 124 | 45 | 2F |
| Octal | 263 | 45 | 311 | 13 | 122 | 0 | 25 | 444 | 105 | 57 |
| Binary | 10110011 | 100101 | 11001001 | 1011 | 1010010 | 0 | 10101 | 100100100 | 1000101 | 101111 |
Color Harmonies of #B325C9
Complementary color
Monochromatic Colors of #B325C9
Black with #B325C9
Text Example
Text Example
White with #B325C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325C9; }
p { color: rgb(179,37,201); }
H1.HeaderClassName
{
color: #B325C9;
}
.AnyTagClassName
{
color: #B325C9;
}
</style>
background-color css
<style>
a { background-color: #B325C9; }
a { background-color: rgb(179,37,201); }
div.DivClassName
{
background-color: #B325C9;
}
.BgClassName
{
background-color: #B325C9;
}
</style>
border-color css
<style>
span { border-color: #B325C9; }
span { border-color: rgb(179,37,201); }
td.TdClassName
{
border-color: #B325C9;
}
.TagClassName
{
border-color: #B325C9;
}
</style>