Shades of Dark Orchid #B320CA
Tints of Dark Orchid #B320CA
RGB
CMYK
RGB Variations
Color information
#B320CA (or 0xB320CA) is known color: Dark Orchid. HEX triplet: B3, 20 and CA. RGB value is (179,32,202). Sum of RGB (Red+Green+Blue) = 179+32+202=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #B320CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320CA is #4CDF35. Grayscale: #5E5E5E. Windows color (decimal): -5037878 or 13246643. OLE color: 13246643.
HSL color Cylindrical-coordinate representation of color #B320CA: hue angle of 291.88º 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 #B320CA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 32 | 202 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.21 |
| HSL | 291.88º | 0.73% | 0.46% | - |
| HSV(B) | 291.88º | 0.84% | 0.79% | - |
| XYZ | 29.77 | 14.88 | 57.18 | - |
| YUV | 95.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 202 | 0.11 | 0.84 | 0 | 0.21 | 291.88 | 0.73 | 0.46 |
| Hex | B3 | 20 | CA | B | 54 | 0 | 15 | 124 | 49 | 2E |
| Octal | 263 | 40 | 312 | 13 | 124 | 0 | 25 | 444 | 111 | 56 |
| Binary | 10110011 | 100000 | 11001010 | 1011 | 1010100 | 0 | 10101 | 100100100 | 1001001 | 101110 |
Color Harmonies of #B320CA
Complementary color
Monochromatic Colors of #B320CA
Black with #B320CA
Text Example
Text Example
White with #B320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320CA; }
p { color: rgb(179,32,202); }
H1.HeaderClassName
{
color: #B320CA;
}
.AnyTagClassName
{
color: #B320CA;
}
</style>
background-color css
<style>
a { background-color: #B320CA; }
a { background-color: rgb(179,32,202); }
div.DivClassName
{
background-color: #B320CA;
}
.BgClassName
{
background-color: #B320CA;
}
</style>
border-color css
<style>
span { border-color: #B320CA; }
span { border-color: rgb(179,32,202); }
td.TdClassName
{
border-color: #B320CA;
}
.TagClassName
{
border-color: #B320CA;
}
</style>