Shades of Fuchsia #BB4FB0
Tints of Fuchsia #BB4FB0
RGB
CMYK
RGB Variations
Color information
#BB4FB0 (or 0xBB4FB0) is known color: Fuchsia. HEX triplet: BB, 4F and B0. RGB value is (187,79,176). Sum of RGB (Red+Green+Blue) = 187+79+176=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4FB0 is #44B04F. Grayscale: #7A7A7A. Windows color (decimal): -4501584 or 11554747. OLE color: 11554747.
HSL color Cylindrical-coordinate representation of color #BB4FB0: hue angle of 306.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4FB0 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 176 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.27 |
| HSL | 306.11º | 0.44% | 0.52% | - |
| HSV(B) | 306.11º | 0.58% | 0.73% | - |
| XYZ | 31.13 | 19.29 | 43.16 | - |
| YUV | 122.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 176 | 0 | 0.58 | 0.06 | 0.27 | 306.11 | 0.44 | 0.52 |
| Hex | BB | 4F | B0 | 0 | 3A | 6 | 1B | 132 | 2C | 34 |
| Octal | 273 | 117 | 260 | 0 | 72 | 6 | 33 | 462 | 54 | 64 |
| Binary | 10111011 | 1001111 | 10110000 | 0 | 111010 | 110 | 11011 | 100110010 | 101100 | 110100 |
Color Harmonies of #BB4FB0
Complementary color
Monochromatic Colors of #BB4FB0
Black with #BB4FB0
Text Example
Text Example
White with #BB4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FB0; }
p { color: rgb(187,79,176); }
H1.HeaderClassName
{
color: #BB4FB0;
}
.AnyTagClassName
{
color: #BB4FB0;
}
</style>
background-color css
<style>
a { background-color: #BB4FB0; }
a { background-color: rgb(187,79,176); }
div.DivClassName
{
background-color: #BB4FB0;
}
.BgClassName
{
background-color: #BB4FB0;
}
</style>
border-color css
<style>
span { border-color: #BB4FB0; }
span { border-color: rgb(187,79,176); }
td.TdClassName
{
border-color: #BB4FB0;
}
.TagClassName
{
border-color: #BB4FB0;
}
</style>