Shades of Fuchsia #BB4BA5
Tints of Fuchsia #BB4BA5
RGB
CMYK
RGB Variations
Color information
#BB4BA5 (or 0xBB4BA5) is known color: Fuchsia. HEX triplet: BB, 4B and A5. RGB value is (187,75,165). Sum of RGB (Red+Green+Blue) = 187+75+165=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BA5 is #44B45A. Grayscale: #767676. Windows color (decimal): -4502619 or 10832827. OLE color: 10832827.
HSL color Cylindrical-coordinate representation of color #BB4BA5: hue angle of 311.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BA5 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 165 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.27 |
| HSL | 311.79º | 0.45% | 0.51% | - |
| HSV(B) | 311.79º | 0.6% | 0.73% | - |
| XYZ | 29.8 | 18.31 | 37.56 | - |
| YUV | 118.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 165 | 0 | 0.60 | 0.12 | 0.27 | 311.79 | 0.45 | 0.51 |
| Hex | BB | 4B | A5 | 0 | 3C | C | 1B | 138 | 2D | 33 |
| Octal | 273 | 113 | 245 | 0 | 74 | 14 | 33 | 470 | 55 | 63 |
| Binary | 10111011 | 1001011 | 10100101 | 0 | 111100 | 1100 | 11011 | 100111000 | 101101 | 110011 |
Color Harmonies of #BB4BA5
Complementary color
Monochromatic Colors of #BB4BA5
Black with #BB4BA5
Text Example
Text Example
White with #BB4BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4BA5; }
p { color: rgb(187,75,165); }
H1.HeaderClassName
{
color: #BB4BA5;
}
.AnyTagClassName
{
color: #BB4BA5;
}
</style>
background-color css
<style>
a { background-color: #BB4BA5; }
a { background-color: rgb(187,75,165); }
div.DivClassName
{
background-color: #BB4BA5;
}
.BgClassName
{
background-color: #BB4BA5;
}
</style>
border-color css
<style>
span { border-color: #BB4BA5; }
span { border-color: rgb(187,75,165); }
td.TdClassName
{
border-color: #BB4BA5;
}
.TagClassName
{
border-color: #BB4BA5;
}
</style>