Shades of Fuchsia #BB50C2
Tints of Fuchsia #BB50C2
RGB
CMYK
RGB Variations
Color information
#BB50C2 (or 0xBB50C2) is known color: Fuchsia. HEX triplet: BB, 50 and C2. RGB value is (187,80,194). Sum of RGB (Red+Green+Blue) = 187+80+194=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB50C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50C2 is #44AF3D. Grayscale: #7C7C7C. Windows color (decimal): -4501310 or 12734651. OLE color: 12734651.
HSL color Cylindrical-coordinate representation of color #BB50C2: hue angle of 296.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB50C2 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 80 | 194 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.24 |
| HSL | 296.32º | 0.48% | 0.54% | - |
| HSV(B) | 296.32º | 0.59% | 0.76% | - |
| XYZ | 33.1 | 20.2 | 53.19 | - |
| YUV | 124.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 194 | 0.04 | 0.59 | 0 | 0.24 | 296.32 | 0.48 | 0.54 |
| Hex | BB | 50 | C2 | 4 | 3B | 0 | 18 | 128 | 30 | 36 |
| Octal | 273 | 120 | 302 | 4 | 73 | 0 | 30 | 450 | 60 | 66 |
| Binary | 10111011 | 1010000 | 11000010 | 100 | 111011 | 0 | 11000 | 100101000 | 110000 | 110110 |
Color Harmonies of #BB50C2
Complementary color
Monochromatic Colors of #BB50C2
Black with #BB50C2
Text Example
Text Example
White with #BB50C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50C2; }
p { color: rgb(187,80,194); }
H1.HeaderClassName
{
color: #BB50C2;
}
.AnyTagClassName
{
color: #BB50C2;
}
</style>
background-color css
<style>
a { background-color: #BB50C2; }
a { background-color: rgb(187,80,194); }
div.DivClassName
{
background-color: #BB50C2;
}
.BgClassName
{
background-color: #BB50C2;
}
</style>
border-color css
<style>
span { border-color: #BB50C2; }
span { border-color: rgb(187,80,194); }
td.TdClassName
{
border-color: #BB50C2;
}
.TagClassName
{
border-color: #BB50C2;
}
</style>