Shades of Fuchsia #BB53B1
Tints of Fuchsia #BB53B1
RGB
CMYK
RGB Variations
Color information
#BB53B1 (or 0xBB53B1) is known color: Fuchsia. HEX triplet: BB, 53 and B1. RGB value is (187,83,177). Sum of RGB (Red+Green+Blue) = 187+83+177=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB53B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB53B1 is #44AC4E. Grayscale: #7C7C7C. Windows color (decimal): -4500559 or 11621307. OLE color: 11621307.
HSL color Cylindrical-coordinate representation of color #BB53B1: hue angle of 305.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB53B1 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 177 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.27 |
| HSL | 305.77º | 0.43% | 0.53% | - |
| HSV(B) | 305.77º | 0.56% | 0.73% | - |
| XYZ | 31.52 | 19.93 | 43.78 | - |
| YUV | 124.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 177 | 0 | 0.56 | 0.05 | 0.27 | 305.77 | 0.43 | 0.53 |
| Hex | BB | 53 | B1 | 0 | 38 | 5 | 1B | 132 | 2B | 35 |
| Octal | 273 | 123 | 261 | 0 | 70 | 5 | 33 | 462 | 53 | 65 |
| Binary | 10111011 | 1010011 | 10110001 | 0 | 111000 | 101 | 11011 | 100110010 | 101011 | 110101 |
Color Harmonies of #BB53B1
Complementary color
Monochromatic Colors of #BB53B1
Black with #BB53B1
Text Example
Text Example
White with #BB53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53B1; }
p { color: rgb(187,83,177); }
H1.HeaderClassName
{
color: #BB53B1;
}
.AnyTagClassName
{
color: #BB53B1;
}
</style>
background-color css
<style>
a { background-color: #BB53B1; }
a { background-color: rgb(187,83,177); }
div.DivClassName
{
background-color: #BB53B1;
}
.BgClassName
{
background-color: #BB53B1;
}
</style>
border-color css
<style>
span { border-color: #BB53B1; }
span { border-color: rgb(187,83,177); }
td.TdClassName
{
border-color: #BB53B1;
}
.TagClassName
{
border-color: #BB53B1;
}
</style>