Shades of Fuchsia #BB5BBE
Tints of Fuchsia #BB5BBE
RGB
CMYK
RGB Variations
Color information
#BB5BBE (or 0xBB5BBE) is known color: Fuchsia. HEX triplet: BB, 5B and BE. RGB value is (187,91,190). Sum of RGB (Red+Green+Blue) = 187+91+190=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB5BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BBE is #44A441. Grayscale: #828282. Windows color (decimal): -4498498 or 12475323. OLE color: 12475323.
HSL color Cylindrical-coordinate representation of color #BB5BBE: hue angle of 298.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5BBE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 91 | 190 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.25 |
| HSL | 298.18º | 0.43% | 0.55% | - |
| HSV(B) | 298.18º | 0.52% | 0.75% | - |
| XYZ | 33.53 | 21.76 | 51.15 | - |
| YUV | 130.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 190 | 0.02 | 0.52 | 0 | 0.25 | 298.18 | 0.43 | 0.55 |
| Hex | BB | 5B | BE | 2 | 34 | 0 | 19 | 12A | 2B | 37 |
| Octal | 273 | 133 | 276 | 2 | 64 | 0 | 31 | 452 | 53 | 67 |
| Binary | 10111011 | 1011011 | 10111110 | 10 | 110100 | 0 | 11001 | 100101010 | 101011 | 110111 |
Color Harmonies of #BB5BBE
Complementary color
Monochromatic Colors of #BB5BBE
Black with #BB5BBE
Text Example
Text Example
White with #BB5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BBE; }
p { color: rgb(187,91,190); }
H1.HeaderClassName
{
color: #BB5BBE;
}
.AnyTagClassName
{
color: #BB5BBE;
}
</style>
background-color css
<style>
a { background-color: #BB5BBE; }
a { background-color: rgb(187,91,190); }
div.DivClassName
{
background-color: #BB5BBE;
}
.BgClassName
{
background-color: #BB5BBE;
}
</style>
border-color css
<style>
span { border-color: #BB5BBE; }
span { border-color: rgb(187,91,190); }
td.TdClassName
{
border-color: #BB5BBE;
}
.TagClassName
{
border-color: #BB5BBE;
}
</style>