Shades of Fuchsia #BB4BC5
Tints of Fuchsia #BB4BC5
RGB
CMYK
RGB Variations
Color information
#BB4BC5 (or 0xBB4BC5) is known color: Fuchsia. HEX triplet: BB, 4B and C5. RGB value is (187,75,197). Sum of RGB (Red+Green+Blue) = 187+75+197=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BC5 is #44B43A. Grayscale: #7A7A7A. Windows color (decimal): -4502587 or 12929979. OLE color: 12929979.
HSL color Cylindrical-coordinate representation of color #BB4BC5: hue angle of 295.08º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4BC5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 75 | 197 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.23 |
| HSL | 295.08º | 0.51% | 0.53% | - |
| HSV(B) | 295.08º | 0.62% | 0.77% | - |
| XYZ | 33.09 | 19.63 | 54.87 | - |
| YUV | 122.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 197 | 0.05 | 0.62 | 0 | 0.23 | 295.08 | 0.51 | 0.53 |
| Hex | BB | 4B | C5 | 5 | 3E | 0 | 17 | 127 | 33 | 35 |
| Octal | 273 | 113 | 305 | 5 | 76 | 0 | 27 | 447 | 63 | 65 |
| Binary | 10111011 | 1001011 | 11000101 | 101 | 111110 | 0 | 10111 | 100100111 | 110011 | 110101 |
Color Harmonies of #BB4BC5
Complementary color
Monochromatic Colors of #BB4BC5
Black with #BB4BC5
Text Example
Text Example
White with #BB4BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4BC5; }
p { color: rgb(187,75,197); }
H1.HeaderClassName
{
color: #BB4BC5;
}
.AnyTagClassName
{
color: #BB4BC5;
}
</style>
background-color css
<style>
a { background-color: #BB4BC5; }
a { background-color: rgb(187,75,197); }
div.DivClassName
{
background-color: #BB4BC5;
}
.BgClassName
{
background-color: #BB4BC5;
}
</style>
border-color css
<style>
span { border-color: #BB4BC5; }
span { border-color: rgb(187,75,197); }
td.TdClassName
{
border-color: #BB4BC5;
}
.TagClassName
{
border-color: #BB4BC5;
}
</style>