Shades of Dark Orchid #B321C9
Tints of Dark Orchid #B321C9
RGB
CMYK
RGB Variations
Color information
#B321C9 (or 0xB321C9) is known color: Dark Orchid. HEX triplet: B3, 21 and C9. RGB value is (179,33,201). Sum of RGB (Red+Green+Blue) = 179+33+201=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #B321C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321C9 is #4CDE36. Grayscale: #5F5F5F. Windows color (decimal): -5037623 or 13181363. OLE color: 13181363.
HSL color Cylindrical-coordinate representation of color #B321C9: hue angle of 292.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B321C9 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 33 | 201 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.21 |
| HSL | 292.14º | 0.72% | 0.46% | - |
| HSV(B) | 292.14º | 0.84% | 0.79% | - |
| XYZ | 29.68 | 14.89 | 56.57 | - |
| YUV | 95.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 201 | 0.11 | 0.84 | 0 | 0.21 | 292.14 | 0.72 | 0.46 |
| Hex | B3 | 21 | C9 | B | 54 | 0 | 15 | 124 | 48 | 2E |
| Octal | 263 | 41 | 311 | 13 | 124 | 0 | 25 | 444 | 110 | 56 |
| Binary | 10110011 | 100001 | 11001001 | 1011 | 1010100 | 0 | 10101 | 100100100 | 1001000 | 101110 |
Color Harmonies of #B321C9
Complementary color
Monochromatic Colors of #B321C9
Black with #B321C9
Text Example
Text Example
White with #B321C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321C9; }
p { color: rgb(179,33,201); }
H1.HeaderClassName
{
color: #B321C9;
}
.AnyTagClassName
{
color: #B321C9;
}
</style>
background-color css
<style>
a { background-color: #B321C9; }
a { background-color: rgb(179,33,201); }
div.DivClassName
{
background-color: #B321C9;
}
.BgClassName
{
background-color: #B321C9;
}
</style>
border-color css
<style>
span { border-color: #B321C9; }
span { border-color: rgb(179,33,201); }
td.TdClassName
{
border-color: #B321C9;
}
.TagClassName
{
border-color: #B321C9;
}
</style>