Shades of Fuchsia #BB5CBD
Tints of Fuchsia #BB5CBD
RGB
CMYK
RGB Variations
Color information
#BB5CBD (or 0xBB5CBD) is known color: Fuchsia. HEX triplet: BB, 5C and BD. RGB value is (187,92,189). Sum of RGB (Red+Green+Blue) = 187+92+189=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CBD is #44A342. Grayscale: #838383. Windows color (decimal): -4498243 or 12410043. OLE color: 12410043.
HSL color Cylindrical-coordinate representation of color #BB5CBD: hue angle of 298.76º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5CBD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 92 | 189 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.26 |
| HSL | 298.76º | 0.42% | 0.55% | - |
| HSV(B) | 298.76º | 0.51% | 0.74% | - |
| XYZ | 33.51 | 21.89 | 50.6 | - |
| YUV | 131.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 189 | 0.01 | 0.51 | 0 | 0.26 | 298.76 | 0.42 | 0.55 |
| Hex | BB | 5C | BD | 1 | 33 | 0 | 1A | 12B | 2A | 37 |
| Octal | 273 | 134 | 275 | 1 | 63 | 0 | 32 | 453 | 52 | 67 |
| Binary | 10111011 | 1011100 | 10111101 | 1 | 110011 | 0 | 11010 | 100101011 | 101010 | 110111 |
Color Harmonies of #BB5CBD
Complementary color
Monochromatic Colors of #BB5CBD
Black with #BB5CBD
Text Example
Text Example
White with #BB5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CBD; }
p { color: rgb(187,92,189); }
H1.HeaderClassName
{
color: #BB5CBD;
}
.AnyTagClassName
{
color: #BB5CBD;
}
</style>
background-color css
<style>
a { background-color: #BB5CBD; }
a { background-color: rgb(187,92,189); }
div.DivClassName
{
background-color: #BB5CBD;
}
.BgClassName
{
background-color: #BB5CBD;
}
</style>
border-color css
<style>
span { border-color: #BB5CBD; }
span { border-color: rgb(187,92,189); }
td.TdClassName
{
border-color: #BB5CBD;
}
.TagClassName
{
border-color: #BB5CBD;
}
</style>