Shades of Dark Orchid #B220BB
Tints of Dark Orchid #B220BB
RGB
CMYK
RGB Variations
Color information
#B220BB (or 0xB220BB) is known color: Dark Orchid. HEX triplet: B2, 20 and BB. RGB value is (178,32,187). Sum of RGB (Red+Green+Blue) = 178+32+187=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #B220BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220BB is #4DDF44. Grayscale: #5C5C5C. Windows color (decimal): -5103429 or 12263602. OLE color: 12263602.
HSL color Cylindrical-coordinate representation of color #B220BB: hue angle of 296.52º 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 #B220BB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 32 | 187 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.27 |
| HSL | 296.52º | 0.71% | 0.43% | - |
| HSV(B) | 296.52º | 0.83% | 0.73% | - |
| XYZ | 27.85 | 14.09 | 48.26 | - |
| YUV | 93.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 187 | 0.05 | 0.83 | 0 | 0.27 | 296.52 | 0.71 | 0.43 |
| Hex | B2 | 20 | BB | 5 | 53 | 0 | 1B | 129 | 47 | 2B |
| Octal | 262 | 40 | 273 | 5 | 123 | 0 | 33 | 451 | 107 | 53 |
| Binary | 10110010 | 100000 | 10111011 | 101 | 1010011 | 0 | 11011 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B220BB
Complementary color
Monochromatic Colors of #B220BB
Black with #B220BB
Text Example
Text Example
White with #B220BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220BB; }
p { color: rgb(178,32,187); }
H1.HeaderClassName
{
color: #B220BB;
}
.AnyTagClassName
{
color: #B220BB;
}
</style>
background-color css
<style>
a { background-color: #B220BB; }
a { background-color: rgb(178,32,187); }
div.DivClassName
{
background-color: #B220BB;
}
.BgClassName
{
background-color: #B220BB;
}
</style>
border-color css
<style>
span { border-color: #B220BB; }
span { border-color: rgb(178,32,187); }
td.TdClassName
{
border-color: #B220BB;
}
.TagClassName
{
border-color: #B220BB;
}
</style>