Shades of Fuchsia #BB5FBD
Tints of Fuchsia #BB5FBD
RGB
CMYK
RGB Variations
Color information
#BB5FBD (or 0xBB5FBD) is known color: Fuchsia. HEX triplet: BB, 5F and BD. RGB value is (187,95,189). Sum of RGB (Red+Green+Blue) = 187+95+189=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB5FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBD is #44A042. Grayscale: #848484. Windows color (decimal): -4497475 or 12410811. OLE color: 12410811.
HSL color Cylindrical-coordinate representation of color #BB5FBD: hue angle of 298.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5FBD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 95 | 189 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.26 |
| HSL | 298.72º | 0.42% | 0.56% | - |
| HSV(B) | 298.72º | 0.5% | 0.74% | - |
| XYZ | 33.77 | 22.42 | 50.69 | - |
| YUV | 133.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 189 | 0.01 | 0.50 | 0 | 0.26 | 298.72 | 0.42 | 0.56 |
| Hex | BB | 5F | BD | 1 | 32 | 0 | 1A | 12B | 2A | 38 |
| Octal | 273 | 137 | 275 | 1 | 62 | 0 | 32 | 453 | 52 | 70 |
| Binary | 10111011 | 1011111 | 10111101 | 1 | 110010 | 0 | 11010 | 100101011 | 101010 | 111000 |
Color Harmonies of #BB5FBD
Complementary color
Monochromatic Colors of #BB5FBD
Black with #BB5FBD
Text Example
Text Example
White with #BB5FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FBD; }
p { color: rgb(187,95,189); }
H1.HeaderClassName
{
color: #BB5FBD;
}
.AnyTagClassName
{
color: #BB5FBD;
}
</style>
background-color css
<style>
a { background-color: #BB5FBD; }
a { background-color: rgb(187,95,189); }
div.DivClassName
{
background-color: #BB5FBD;
}
.BgClassName
{
background-color: #BB5FBD;
}
</style>
border-color css
<style>
span { border-color: #BB5FBD; }
span { border-color: rgb(187,95,189); }
td.TdClassName
{
border-color: #BB5FBD;
}
.TagClassName
{
border-color: #BB5FBD;
}
</style>