Shades of Dark Orchid #B320BB
Tints of Dark Orchid #B320BB
RGB
CMYK
RGB Variations
Color information
#B320BB (or 0xB320BB) is known color: Dark Orchid. HEX triplet: B3, 20 and BB. RGB value is (179,32,187). Sum of RGB (Red+Green+Blue) = 179+32+187=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #B320BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320BB is #4CDF44. Grayscale: #5D5D5D. Windows color (decimal): -5037893 or 12263603. OLE color: 12263603.
HSL color Cylindrical-coordinate representation of color #B320BB: hue angle of 296.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B320BB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 32 | 187 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.27 |
| HSL | 296.9º | 0.71% | 0.43% | - |
| HSV(B) | 296.9º | 0.83% | 0.73% | - |
| XYZ | 28.08 | 14.2 | 48.28 | - |
| YUV | 93.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 187 | 0.04 | 0.83 | 0 | 0.27 | 296.9 | 0.71 | 0.43 |
| Hex | B3 | 20 | BB | 4 | 53 | 0 | 1B | 129 | 47 | 2B |
| Octal | 263 | 40 | 273 | 4 | 123 | 0 | 33 | 451 | 107 | 53 |
| Binary | 10110011 | 100000 | 10111011 | 100 | 1010011 | 0 | 11011 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B320BB
Complementary color
Monochromatic Colors of #B320BB
Black with #B320BB
Text Example
Text Example
White with #B320BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320BB; }
p { color: rgb(179,32,187); }
H1.HeaderClassName
{
color: #B320BB;
}
.AnyTagClassName
{
color: #B320BB;
}
</style>
background-color css
<style>
a { background-color: #B320BB; }
a { background-color: rgb(179,32,187); }
div.DivClassName
{
background-color: #B320BB;
}
.BgClassName
{
background-color: #B320BB;
}
</style>
border-color css
<style>
span { border-color: #B320BB; }
span { border-color: rgb(179,32,187); }
td.TdClassName
{
border-color: #B320BB;
}
.TagClassName
{
border-color: #B320BB;
}
</style>