Shades of Dark Orchid #B320CB
Tints of Dark Orchid #B320CB
RGB
CMYK
RGB Variations
Color information
#B320CB (or 0xB320CB) is known color: Dark Orchid. HEX triplet: B3, 20 and CB. RGB value is (179,32,203). Sum of RGB (Red+Green+Blue) = 179+32+203=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #B320CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320CB is #4CDF34. Grayscale: #5E5E5E. Windows color (decimal): -5037877 or 13312179. OLE color: 13312179.
HSL color Cylindrical-coordinate representation of color #B320CB: hue angle of 291.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B320CB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 32 | 203 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.20 |
| HSL | 291.58º | 0.73% | 0.46% | - |
| HSV(B) | 291.58º | 0.84% | 0.8% | - |
| XYZ | 29.89 | 14.93 | 57.81 | - |
| YUV | 95.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 203 | 0.12 | 0.84 | 0 | 0.20 | 291.58 | 0.73 | 0.46 |
| Hex | B3 | 20 | CB | C | 54 | 0 | 14 | 124 | 49 | 2E |
| Octal | 263 | 40 | 313 | 14 | 124 | 0 | 24 | 444 | 111 | 56 |
| Binary | 10110011 | 100000 | 11001011 | 1100 | 1010100 | 0 | 10100 | 100100100 | 1001001 | 101110 |
Color Harmonies of #B320CB
Complementary color
Monochromatic Colors of #B320CB
Black with #B320CB
Text Example
Text Example
White with #B320CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320CB; }
p { color: rgb(179,32,203); }
H1.HeaderClassName
{
color: #B320CB;
}
.AnyTagClassName
{
color: #B320CB;
}
</style>
background-color css
<style>
a { background-color: #B320CB; }
a { background-color: rgb(179,32,203); }
div.DivClassName
{
background-color: #B320CB;
}
.BgClassName
{
background-color: #B320CB;
}
</style>
border-color css
<style>
span { border-color: #B320CB; }
span { border-color: rgb(179,32,203); }
td.TdClassName
{
border-color: #B320CB;
}
.TagClassName
{
border-color: #B320CB;
}
</style>