Shades of Dark Orchid #B320C9
Tints of Dark Orchid #B320C9
RGB
CMYK
RGB Variations
Color information
#B320C9 (or 0xB320C9) is known color: Dark Orchid. HEX triplet: B3, 20 and C9. RGB value is (179,32,201). Sum of RGB (Red+Green+Blue) = 179+32+201=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #B320C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320C9 is #4CDF36. Grayscale: #5E5E5E. Windows color (decimal): -5037879 or 13181107. OLE color: 13181107.
HSL color Cylindrical-coordinate representation of color #B320C9: hue angle of 292.19º degrees, saturation: 0.73, 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 #B320C9 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 32 | 201 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.21 |
| HSL | 292.19º | 0.73% | 0.46% | - |
| HSV(B) | 292.19º | 0.84% | 0.79% | - |
| XYZ | 29.65 | 14.83 | 56.56 | - |
| YUV | 95.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 201 | 0.11 | 0.84 | 0 | 0.21 | 292.19 | 0.73 | 0.46 |
| Hex | B3 | 20 | C9 | B | 54 | 0 | 15 | 124 | 49 | 2E |
| Octal | 263 | 40 | 311 | 13 | 124 | 0 | 25 | 444 | 111 | 56 |
| Binary | 10110011 | 100000 | 11001001 | 1011 | 1010100 | 0 | 10101 | 100100100 | 1001001 | 101110 |
Color Harmonies of #B320C9
Complementary color
Monochromatic Colors of #B320C9
Black with #B320C9
Text Example
Text Example
White with #B320C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320C9; }
p { color: rgb(179,32,201); }
H1.HeaderClassName
{
color: #B320C9;
}
.AnyTagClassName
{
color: #B320C9;
}
</style>
background-color css
<style>
a { background-color: #B320C9; }
a { background-color: rgb(179,32,201); }
div.DivClassName
{
background-color: #B320C9;
}
.BgClassName
{
background-color: #B320C9;
}
</style>
border-color css
<style>
span { border-color: #B320C9; }
span { border-color: rgb(179,32,201); }
td.TdClassName
{
border-color: #B320C9;
}
.TagClassName
{
border-color: #B320C9;
}
</style>