Shades of Fuchsia #BB4CBD
Tints of Fuchsia #BB4CBD
RGB
CMYK
RGB Variations
Color information
#BB4CBD (or 0xBB4CBD) is known color: Fuchsia. HEX triplet: BB, 4C and BD. RGB value is (187,76,189). Sum of RGB (Red+Green+Blue) = 187+76+189=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CBD is #44B342. Grayscale: #797979. Windows color (decimal): -4502339 or 12405947. OLE color: 12405947.
HSL color Cylindrical-coordinate representation of color #BB4CBD: hue angle of 298.94º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4CBD is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 76 | 189 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.26 |
| HSL | 298.94º | 0.46% | 0.52% | - |
| HSV(B) | 298.94º | 0.6% | 0.74% | - |
| XYZ | 32.26 | 19.41 | 50.19 | - |
| YUV | 122.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 189 | 0.01 | 0.60 | 0 | 0.26 | 298.94 | 0.46 | 0.52 |
| Hex | BB | 4C | BD | 1 | 3C | 0 | 1A | 12B | 2E | 34 |
| Octal | 273 | 114 | 275 | 1 | 74 | 0 | 32 | 453 | 56 | 64 |
| Binary | 10111011 | 1001100 | 10111101 | 1 | 111100 | 0 | 11010 | 100101011 | 101110 | 110100 |
Color Harmonies of #BB4CBD
Complementary color
Monochromatic Colors of #BB4CBD
Black with #BB4CBD
Text Example
Text Example
White with #BB4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CBD; }
p { color: rgb(187,76,189); }
H1.HeaderClassName
{
color: #BB4CBD;
}
.AnyTagClassName
{
color: #BB4CBD;
}
</style>
background-color css
<style>
a { background-color: #BB4CBD; }
a { background-color: rgb(187,76,189); }
div.DivClassName
{
background-color: #BB4CBD;
}
.BgClassName
{
background-color: #BB4CBD;
}
</style>
border-color css
<style>
span { border-color: #BB4CBD; }
span { border-color: rgb(187,76,189); }
td.TdClassName
{
border-color: #BB4CBD;
}
.TagClassName
{
border-color: #BB4CBD;
}
</style>