Shades of Fuchsia #BB4FBC
Tints of Fuchsia #BB4FBC
RGB
CMYK
RGB Variations
Color information
#BB4FBC (or 0xBB4FBC) is known color: Fuchsia. HEX triplet: BB, 4F and BC. RGB value is (187,79,188). Sum of RGB (Red+Green+Blue) = 187+79+188=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FBC is #44B043. Grayscale: #7B7B7B. Windows color (decimal): -4501572 or 12341179. OLE color: 12341179.
HSL color Cylindrical-coordinate representation of color #BB4FBC: hue angle of 299.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4FBC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 79 | 188 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.26 |
| HSL | 299.45º | 0.45% | 0.52% | - |
| HSV(B) | 299.45º | 0.58% | 0.74% | - |
| XYZ | 32.37 | 19.79 | 49.69 | - |
| YUV | 123.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 188 | 0.01 | 0.58 | 0 | 0.26 | 299.45 | 0.45 | 0.52 |
| Hex | BB | 4F | BC | 1 | 3A | 0 | 1A | 12B | 2D | 34 |
| Octal | 273 | 117 | 274 | 1 | 72 | 0 | 32 | 453 | 55 | 64 |
| Binary | 10111011 | 1001111 | 10111100 | 1 | 111010 | 0 | 11010 | 100101011 | 101101 | 110100 |
Color Harmonies of #BB4FBC
Complementary color
Monochromatic Colors of #BB4FBC
Black with #BB4FBC
Text Example
Text Example
White with #BB4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FBC; }
p { color: rgb(187,79,188); }
H1.HeaderClassName
{
color: #BB4FBC;
}
.AnyTagClassName
{
color: #BB4FBC;
}
</style>
background-color css
<style>
a { background-color: #BB4FBC; }
a { background-color: rgb(187,79,188); }
div.DivClassName
{
background-color: #BB4FBC;
}
.BgClassName
{
background-color: #BB4FBC;
}
</style>
border-color css
<style>
span { border-color: #BB4FBC; }
span { border-color: rgb(187,79,188); }
td.TdClassName
{
border-color: #BB4FBC;
}
.TagClassName
{
border-color: #BB4FBC;
}
</style>