Shades of Dark Orchid #B220BA
Tints of Dark Orchid #B220BA
RGB
CMYK
RGB Variations
Color information
#B220BA (or 0xB220BA) is known color: Dark Orchid. HEX triplet: B2, 20 and BA. RGB value is (178,32,186). Sum of RGB (Red+Green+Blue) = 178+32+186=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B220BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220BA is #4DDF45. Grayscale: #5C5C5C. Windows color (decimal): -5103430 or 12198066. OLE color: 12198066.
HSL color Cylindrical-coordinate representation of color #B220BA: hue angle of 296.88º 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 #B220BA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 32 | 186 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.27 |
| HSL | 296.88º | 0.71% | 0.43% | - |
| HSV(B) | 296.88º | 0.83% | 0.73% | - |
| XYZ | 27.74 | 14.04 | 47.7 | - |
| YUV | 93.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 186 | 0.04 | 0.83 | 0 | 0.27 | 296.88 | 0.71 | 0.43 |
| Hex | B2 | 20 | BA | 4 | 53 | 0 | 1B | 129 | 47 | 2B |
| Octal | 262 | 40 | 272 | 4 | 123 | 0 | 33 | 451 | 107 | 53 |
| Binary | 10110010 | 100000 | 10111010 | 100 | 1010011 | 0 | 11011 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B220BA
Complementary color
Monochromatic Colors of #B220BA
Black with #B220BA
Text Example
Text Example
White with #B220BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220BA; }
p { color: rgb(178,32,186); }
H1.HeaderClassName
{
color: #B220BA;
}
.AnyTagClassName
{
color: #B220BA;
}
</style>
background-color css
<style>
a { background-color: #B220BA; }
a { background-color: rgb(178,32,186); }
div.DivClassName
{
background-color: #B220BA;
}
.BgClassName
{
background-color: #B220BA;
}
</style>
border-color css
<style>
span { border-color: #B220BA; }
span { border-color: rgb(178,32,186); }
td.TdClassName
{
border-color: #B220BA;
}
.TagClassName
{
border-color: #B220BA;
}
</style>