Shades of Fuchsia #BB5FBA
Tints of Fuchsia #BB5FBA
RGB
CMYK
RGB Variations
Color information
#BB5FBA (or 0xBB5FBA) is known color: Fuchsia. HEX triplet: BB, 5F and BA. RGB value is (187,95,186). Sum of RGB (Red+Green+Blue) = 187+95+186=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBA is #44A045. Grayscale: #848484. Windows color (decimal): -4497478 or 12214203. OLE color: 12214203.
HSL color Cylindrical-coordinate representation of color #BB5FBA: hue angle of 300.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5FBA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 95 | 186 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.27 |
| HSL | 300.65º | 0.4% | 0.55% | - |
| HSV(B) | 300.65º | 0.49% | 0.73% | - |
| XYZ | 33.45 | 22.29 | 48.99 | - |
| YUV | 132.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 186 | 0 | 0.49 | 0.01 | 0.27 | 300.65 | 0.4 | 0.55 |
| Hex | BB | 5F | BA | 0 | 31 | 1 | 1B | 12D | 28 | 37 |
| Octal | 273 | 137 | 272 | 0 | 61 | 1 | 33 | 455 | 50 | 67 |
| Binary | 10111011 | 1011111 | 10111010 | 0 | 110001 | 1 | 11011 | 100101101 | 101000 | 110111 |
Color Harmonies of #BB5FBA
Complementary color
Monochromatic Colors of #BB5FBA
Black with #BB5FBA
Text Example
Text Example
White with #BB5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FBA; }
p { color: rgb(187,95,186); }
H1.HeaderClassName
{
color: #BB5FBA;
}
.AnyTagClassName
{
color: #BB5FBA;
}
</style>
background-color css
<style>
a { background-color: #BB5FBA; }
a { background-color: rgb(187,95,186); }
div.DivClassName
{
background-color: #BB5FBA;
}
.BgClassName
{
background-color: #BB5FBA;
}
</style>
border-color css
<style>
span { border-color: #BB5FBA; }
span { border-color: rgb(187,95,186); }
td.TdClassName
{
border-color: #BB5FBA;
}
.TagClassName
{
border-color: #BB5FBA;
}
</style>