Shades of Fuchsia #BB4FBD
Tints of Fuchsia #BB4FBD
RGB
CMYK
RGB Variations
Color information
#BB4FBD (or 0xBB4FBD) is known color: Fuchsia. HEX triplet: BB, 4F and BD. RGB value is (187,79,189). Sum of RGB (Red+Green+Blue) = 187+79+189=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB4FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FBD is #44B042. Grayscale: #7B7B7B. Windows color (decimal): -4501571 or 12406715. OLE color: 12406715.
HSL color Cylindrical-coordinate representation of color #BB4FBD: hue angle of 298.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4FBD is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 79 | 189 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.26 |
| HSL | 298.91º | 0.45% | 0.53% | - |
| HSV(B) | 298.91º | 0.58% | 0.74% | - |
| XYZ | 32.47 | 19.83 | 50.26 | - |
| YUV | 123.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 189 | 0.01 | 0.58 | 0 | 0.26 | 298.91 | 0.45 | 0.53 |
| Hex | BB | 4F | BD | 1 | 3A | 0 | 1A | 12B | 2D | 35 |
| Octal | 273 | 117 | 275 | 1 | 72 | 0 | 32 | 453 | 55 | 65 |
| Binary | 10111011 | 1001111 | 10111101 | 1 | 111010 | 0 | 11010 | 100101011 | 101101 | 110101 |
Color Harmonies of #BB4FBD
Complementary color
Monochromatic Colors of #BB4FBD
Black with #BB4FBD
Text Example
Text Example
White with #BB4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FBD; }
p { color: rgb(187,79,189); }
H1.HeaderClassName
{
color: #BB4FBD;
}
.AnyTagClassName
{
color: #BB4FBD;
}
</style>
background-color css
<style>
a { background-color: #BB4FBD; }
a { background-color: rgb(187,79,189); }
div.DivClassName
{
background-color: #BB4FBD;
}
.BgClassName
{
background-color: #BB4FBD;
}
</style>
border-color css
<style>
span { border-color: #BB4FBD; }
span { border-color: rgb(187,79,189); }
td.TdClassName
{
border-color: #BB4FBD;
}
.TagClassName
{
border-color: #BB4FBD;
}
</style>