Shades of Fuchsia #BB4DC1
Tints of Fuchsia #BB4DC1
RGB
CMYK
RGB Variations
Color information
#BB4DC1 (or 0xBB4DC1) is known color: Fuchsia. HEX triplet: BB, 4D and C1. RGB value is (187,77,193). Sum of RGB (Red+Green+Blue) = 187+77+193=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC1 is #44B23E. Grayscale: #7A7A7A. Windows color (decimal): -4502079 or 12668347. OLE color: 12668347.
HSL color Cylindrical-coordinate representation of color #BB4DC1: hue angle of 296.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4DC1 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 77 | 193 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.24 |
| HSL | 296.9º | 0.48% | 0.53% | - |
| HSV(B) | 296.9º | 0.6% | 0.76% | - |
| XYZ | 32.77 | 19.72 | 52.53 | - |
| YUV | 123.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 193 | 0.03 | 0.60 | 0 | 0.24 | 296.9 | 0.48 | 0.53 |
| Hex | BB | 4D | C1 | 3 | 3C | 0 | 18 | 129 | 30 | 35 |
| Octal | 273 | 115 | 301 | 3 | 74 | 0 | 30 | 451 | 60 | 65 |
| Binary | 10111011 | 1001101 | 11000001 | 11 | 111100 | 0 | 11000 | 100101001 | 110000 | 110101 |
Color Harmonies of #BB4DC1
Complementary color
Monochromatic Colors of #BB4DC1
Black with #BB4DC1
Text Example
Text Example
White with #BB4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DC1; }
p { color: rgb(187,77,193); }
H1.HeaderClassName
{
color: #BB4DC1;
}
.AnyTagClassName
{
color: #BB4DC1;
}
</style>
background-color css
<style>
a { background-color: #BB4DC1; }
a { background-color: rgb(187,77,193); }
div.DivClassName
{
background-color: #BB4DC1;
}
.BgClassName
{
background-color: #BB4DC1;
}
</style>
border-color css
<style>
span { border-color: #BB4DC1; }
span { border-color: rgb(187,77,193); }
td.TdClassName
{
border-color: #BB4DC1;
}
.TagClassName
{
border-color: #BB4DC1;
}
</style>