Shades of Fuchsia #BB50AD
Tints of Fuchsia #BB50AD
RGB
CMYK
RGB Variations
Color information
#BB50AD (or 0xBB50AD) is known color: Fuchsia. HEX triplet: BB, 50 and AD. RGB value is (187,80,173). Sum of RGB (Red+Green+Blue) = 187+80+173=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50AD is #44AF52. Grayscale: #7A7A7A. Windows color (decimal): -4501331 or 11358395. OLE color: 11358395.
HSL color Cylindrical-coordinate representation of color #BB50AD: hue angle of 307.85º 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 #BB50AD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 173 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.27 |
| HSL | 307.85º | 0.44% | 0.52% | - |
| HSV(B) | 307.85º | 0.57% | 0.73% | - |
| XYZ | 30.91 | 19.32 | 41.64 | - |
| YUV | 122.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 173 | 0 | 0.57 | 0.07 | 0.27 | 307.85 | 0.44 | 0.52 |
| Hex | BB | 50 | AD | 0 | 39 | 7 | 1B | 134 | 2C | 34 |
| Octal | 273 | 120 | 255 | 0 | 71 | 7 | 33 | 464 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10101101 | 0 | 111001 | 111 | 11011 | 100110100 | 101100 | 110100 |
Color Harmonies of #BB50AD
Complementary color
Monochromatic Colors of #BB50AD
Black with #BB50AD
Text Example
Text Example
White with #BB50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50AD; }
p { color: rgb(187,80,173); }
H1.HeaderClassName
{
color: #BB50AD;
}
.AnyTagClassName
{
color: #BB50AD;
}
</style>
background-color css
<style>
a { background-color: #BB50AD; }
a { background-color: rgb(187,80,173); }
div.DivClassName
{
background-color: #BB50AD;
}
.BgClassName
{
background-color: #BB50AD;
}
</style>
border-color css
<style>
span { border-color: #BB50AD; }
span { border-color: rgb(187,80,173); }
td.TdClassName
{
border-color: #BB50AD;
}
.TagClassName
{
border-color: #BB50AD;
}
</style>