Shades of Fuchsia #BB4FC0
Tints of Fuchsia #BB4FC0
RGB
CMYK
RGB Variations
Color information
#BB4FC0 (or 0xBB4FC0) is known color: Fuchsia. HEX triplet: BB, 4F and C0. RGB value is (187,79,192). Sum of RGB (Red+Green+Blue) = 187+79+192=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FC0 is #44B03F. Grayscale: #7B7B7B. Windows color (decimal): -4501568 or 12603323. OLE color: 12603323.
HSL color Cylindrical-coordinate representation of color #BB4FC0: hue angle of 297.35º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4FC0 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 79 | 192 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.25 |
| HSL | 297.35º | 0.47% | 0.53% | - |
| HSV(B) | 297.35º | 0.59% | 0.75% | - |
| XYZ | 32.8 | 19.96 | 51.99 | - |
| YUV | 124.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 192 | 0.03 | 0.59 | 0 | 0.25 | 297.35 | 0.47 | 0.53 |
| Hex | BB | 4F | C0 | 3 | 3B | 0 | 19 | 129 | 2F | 35 |
| Octal | 273 | 117 | 300 | 3 | 73 | 0 | 31 | 451 | 57 | 65 |
| Binary | 10111011 | 1001111 | 11000000 | 11 | 111011 | 0 | 11001 | 100101001 | 101111 | 110101 |
Color Harmonies of #BB4FC0
Complementary color
Monochromatic Colors of #BB4FC0
Black with #BB4FC0
Text Example
Text Example
White with #BB4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FC0; }
p { color: rgb(187,79,192); }
H1.HeaderClassName
{
color: #BB4FC0;
}
.AnyTagClassName
{
color: #BB4FC0;
}
</style>
background-color css
<style>
a { background-color: #BB4FC0; }
a { background-color: rgb(187,79,192); }
div.DivClassName
{
background-color: #BB4FC0;
}
.BgClassName
{
background-color: #BB4FC0;
}
</style>
border-color css
<style>
span { border-color: #BB4FC0; }
span { border-color: rgb(187,79,192); }
td.TdClassName
{
border-color: #BB4FC0;
}
.TagClassName
{
border-color: #BB4FC0;
}
</style>