Shades of Fuchsia #BB50B7
Tints of Fuchsia #BB50B7
RGB
CMYK
RGB Variations
Color information
#BB50B7 (or 0xBB50B7) is known color: Fuchsia. HEX triplet: BB, 50 and B7. RGB value is (187,80,183). Sum of RGB (Red+Green+Blue) = 187+80+183=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50B7 is #44AF48. Grayscale: #7B7B7B. Windows color (decimal): -4501321 or 12013755. OLE color: 12013755.
HSL color Cylindrical-coordinate representation of color #BB50B7: hue angle of 302.24º 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 #BB50B7 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 183 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.27 |
| HSL | 302.24º | 0.44% | 0.52% | - |
| HSV(B) | 302.24º | 0.57% | 0.73% | - |
| XYZ | 31.91 | 19.72 | 46.92 | - |
| YUV | 123.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 183 | 0 | 0.57 | 0.02 | 0.27 | 302.24 | 0.44 | 0.52 |
| Hex | BB | 50 | B7 | 0 | 39 | 2 | 1B | 12E | 2C | 34 |
| Octal | 273 | 120 | 267 | 0 | 71 | 2 | 33 | 456 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10110111 | 0 | 111001 | 10 | 11011 | 100101110 | 101100 | 110100 |
Color Harmonies of #BB50B7
Complementary color
Monochromatic Colors of #BB50B7
Black with #BB50B7
Text Example
Text Example
White with #BB50B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50B7; }
p { color: rgb(187,80,183); }
H1.HeaderClassName
{
color: #BB50B7;
}
.AnyTagClassName
{
color: #BB50B7;
}
</style>
background-color css
<style>
a { background-color: #BB50B7; }
a { background-color: rgb(187,80,183); }
div.DivClassName
{
background-color: #BB50B7;
}
.BgClassName
{
background-color: #BB50B7;
}
</style>
border-color css
<style>
span { border-color: #BB50B7; }
span { border-color: rgb(187,80,183); }
td.TdClassName
{
border-color: #BB50B7;
}
.TagClassName
{
border-color: #BB50B7;
}
</style>