Shades of Fuchsia #BB50BA
Tints of Fuchsia #BB50BA
RGB
CMYK
RGB Variations
Color information
#BB50BA (or 0xBB50BA) is known color: Fuchsia. HEX triplet: BB, 50 and BA. RGB value is (187,80,186). Sum of RGB (Red+Green+Blue) = 187+80+186=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50BA is #44AF45. Grayscale: #7B7B7B. Windows color (decimal): -4501318 or 12210363. OLE color: 12210363.
HSL color Cylindrical-coordinate representation of color #BB50BA: hue angle of 300.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB50BA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 186 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.27 |
| HSL | 300.56º | 0.44% | 0.52% | - |
| HSV(B) | 300.56º | 0.57% | 0.73% | - |
| XYZ | 32.23 | 19.85 | 48.59 | - |
| YUV | 124.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 186 | 0 | 0.57 | 0.01 | 0.27 | 300.56 | 0.44 | 0.52 |
| Hex | BB | 50 | BA | 0 | 39 | 1 | 1B | 12D | 2C | 34 |
| Octal | 273 | 120 | 272 | 0 | 71 | 1 | 33 | 455 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10111010 | 0 | 111001 | 1 | 11011 | 100101101 | 101100 | 110100 |
Color Harmonies of #BB50BA
Complementary color
Monochromatic Colors of #BB50BA
Black with #BB50BA
Text Example
Text Example
White with #BB50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50BA; }
p { color: rgb(187,80,186); }
H1.HeaderClassName
{
color: #BB50BA;
}
.AnyTagClassName
{
color: #BB50BA;
}
</style>
background-color css
<style>
a { background-color: #BB50BA; }
a { background-color: rgb(187,80,186); }
div.DivClassName
{
background-color: #BB50BA;
}
.BgClassName
{
background-color: #BB50BA;
}
</style>
border-color css
<style>
span { border-color: #BB50BA; }
span { border-color: rgb(187,80,186); }
td.TdClassName
{
border-color: #BB50BA;
}
.TagClassName
{
border-color: #BB50BA;
}
</style>