Shades of Dark Orchid #B320C3
Tints of Dark Orchid #B320C3
RGB
CMYK
RGB Variations
Color information
#B320C3 (or 0xB320C3) is known color: Dark Orchid. HEX triplet: B3, 20 and C3. RGB value is (179,32,195). Sum of RGB (Red+Green+Blue) = 179+32+195=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #B320C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320C3 is #4CDF3C. Grayscale: #5E5E5E. Windows color (decimal): -5037885 or 12787891. OLE color: 12787891.
HSL color Cylindrical-coordinate representation of color #B320C3: hue angle of 294.11º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B320C3 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 32 | 195 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.24 |
| HSL | 294.11º | 0.72% | 0.45% | - |
| HSV(B) | 294.11º | 0.84% | 0.76% | - |
| XYZ | 28.96 | 14.56 | 52.91 | - |
| YUV | 94.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 195 | 0.08 | 0.84 | 0 | 0.24 | 294.11 | 0.72 | 0.45 |
| Hex | B3 | 20 | C3 | 8 | 54 | 0 | 18 | 126 | 48 | 2D |
| Octal | 263 | 40 | 303 | 10 | 124 | 0 | 30 | 446 | 110 | 55 |
| Binary | 10110011 | 100000 | 11000011 | 1000 | 1010100 | 0 | 11000 | 100100110 | 1001000 | 101101 |
Color Harmonies of #B320C3
Complementary color
Monochromatic Colors of #B320C3
Black with #B320C3
Text Example
Text Example
White with #B320C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320C3; }
p { color: rgb(179,32,195); }
H1.HeaderClassName
{
color: #B320C3;
}
.AnyTagClassName
{
color: #B320C3;
}
</style>
background-color css
<style>
a { background-color: #B320C3; }
a { background-color: rgb(179,32,195); }
div.DivClassName
{
background-color: #B320C3;
}
.BgClassName
{
background-color: #B320C3;
}
</style>
border-color css
<style>
span { border-color: #B320C3; }
span { border-color: rgb(179,32,195); }
td.TdClassName
{
border-color: #B320C3;
}
.TagClassName
{
border-color: #B320C3;
}
</style>