Shades of Fuchsia #BB4CC2
Tints of Fuchsia #BB4CC2
RGB
CMYK
RGB Variations
Color information
#BB4CC2 (or 0xBB4CC2) is known color: Fuchsia. HEX triplet: BB, 4C and C2. RGB value is (187,76,194). Sum of RGB (Red+Green+Blue) = 187+76+194=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB4CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CC2 is #44B33D. Grayscale: #7A7A7A. Windows color (decimal): -4502334 or 12733627. OLE color: 12733627.
HSL color Cylindrical-coordinate representation of color #BB4CC2: hue angle of 296.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4CC2 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 76 | 194 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.24 |
| HSL | 296.44º | 0.49% | 0.53% | - |
| HSV(B) | 296.44º | 0.61% | 0.76% | - |
| XYZ | 32.82 | 19.63 | 53.1 | - |
| YUV | 122.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 194 | 0.04 | 0.61 | 0 | 0.24 | 296.44 | 0.49 | 0.53 |
| Hex | BB | 4C | C2 | 4 | 3D | 0 | 18 | 128 | 31 | 35 |
| Octal | 273 | 114 | 302 | 4 | 75 | 0 | 30 | 450 | 61 | 65 |
| Binary | 10111011 | 1001100 | 11000010 | 100 | 111101 | 0 | 11000 | 100101000 | 110001 | 110101 |
Color Harmonies of #BB4CC2
Complementary color
Monochromatic Colors of #BB4CC2
Black with #BB4CC2
Text Example
Text Example
White with #BB4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CC2; }
p { color: rgb(187,76,194); }
H1.HeaderClassName
{
color: #BB4CC2;
}
.AnyTagClassName
{
color: #BB4CC2;
}
</style>
background-color css
<style>
a { background-color: #BB4CC2; }
a { background-color: rgb(187,76,194); }
div.DivClassName
{
background-color: #BB4CC2;
}
.BgClassName
{
background-color: #BB4CC2;
}
</style>
border-color css
<style>
span { border-color: #BB4CC2; }
span { border-color: rgb(187,76,194); }
td.TdClassName
{
border-color: #BB4CC2;
}
.TagClassName
{
border-color: #BB4CC2;
}
</style>