Shades of Fuchsia #BB4DC2
Tints of Fuchsia #BB4DC2
RGB
CMYK
RGB Variations
Color information
#BB4DC2 (or 0xBB4DC2) is known color: Fuchsia. HEX triplet: BB, 4D and C2. RGB value is (187,77,194). Sum of RGB (Red+Green+Blue) = 187+77+194=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC2 is #44B23D. Grayscale: #7A7A7A. Windows color (decimal): -4502078 or 12733883. OLE color: 12733883.
HSL color Cylindrical-coordinate representation of color #BB4DC2: hue angle of 296.41º degrees, saturation: 0.49, 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 #BB4DC2 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 77 | 194 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.24 |
| HSL | 296.41º | 0.49% | 0.53% | - |
| HSV(B) | 296.41º | 0.6% | 0.76% | - |
| XYZ | 32.89 | 19.77 | 53.12 | - |
| YUV | 123.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 194 | 0.04 | 0.60 | 0 | 0.24 | 296.41 | 0.49 | 0.53 |
| Hex | BB | 4D | C2 | 4 | 3C | 0 | 18 | 128 | 31 | 35 |
| Octal | 273 | 115 | 302 | 4 | 74 | 0 | 30 | 450 | 61 | 65 |
| Binary | 10111011 | 1001101 | 11000010 | 100 | 111100 | 0 | 11000 | 100101000 | 110001 | 110101 |
Color Harmonies of #BB4DC2
Complementary color
Monochromatic Colors of #BB4DC2
Black with #BB4DC2
Text Example
Text Example
White with #BB4DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DC2; }
p { color: rgb(187,77,194); }
H1.HeaderClassName
{
color: #BB4DC2;
}
.AnyTagClassName
{
color: #BB4DC2;
}
</style>
background-color css
<style>
a { background-color: #BB4DC2; }
a { background-color: rgb(187,77,194); }
div.DivClassName
{
background-color: #BB4DC2;
}
.BgClassName
{
background-color: #BB4DC2;
}
</style>
border-color css
<style>
span { border-color: #BB4DC2; }
span { border-color: rgb(187,77,194); }
td.TdClassName
{
border-color: #BB4DC2;
}
.TagClassName
{
border-color: #BB4DC2;
}
</style>