Shades of Fuchsia #BB50BC
Tints of Fuchsia #BB50BC
RGB
CMYK
RGB Variations
Color information
#BB50BC (or 0xBB50BC) is known color: Fuchsia. HEX triplet: BB, 50 and BC. RGB value is (187,80,188). Sum of RGB (Red+Green+Blue) = 187+80+188=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50BC is #44AF43. Grayscale: #7B7B7B. Windows color (decimal): -4501316 or 12341435. OLE color: 12341435.
HSL color Cylindrical-coordinate representation of color #BB50BC: hue angle of 299.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB50BC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 80 | 188 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.26 |
| HSL | 299.44º | 0.45% | 0.53% | - |
| HSV(B) | 299.44º | 0.57% | 0.74% | - |
| XYZ | 32.44 | 19.93 | 49.71 | - |
| YUV | 124.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 188 | 0.01 | 0.57 | 0 | 0.26 | 299.44 | 0.45 | 0.53 |
| Hex | BB | 50 | BC | 1 | 39 | 0 | 1A | 12B | 2D | 35 |
| Octal | 273 | 120 | 274 | 1 | 71 | 0 | 32 | 453 | 55 | 65 |
| Binary | 10111011 | 1010000 | 10111100 | 1 | 111001 | 0 | 11010 | 100101011 | 101101 | 110101 |
Color Harmonies of #BB50BC
Complementary color
Monochromatic Colors of #BB50BC
Black with #BB50BC
Text Example
Text Example
White with #BB50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50BC; }
p { color: rgb(187,80,188); }
H1.HeaderClassName
{
color: #BB50BC;
}
.AnyTagClassName
{
color: #BB50BC;
}
</style>
background-color css
<style>
a { background-color: #BB50BC; }
a { background-color: rgb(187,80,188); }
div.DivClassName
{
background-color: #BB50BC;
}
.BgClassName
{
background-color: #BB50BC;
}
</style>
border-color css
<style>
span { border-color: #BB50BC; }
span { border-color: rgb(187,80,188); }
td.TdClassName
{
border-color: #BB50BC;
}
.TagClassName
{
border-color: #BB50BC;
}
</style>