Shades of Fuchsia #BB52BB
Tints of Fuchsia #BB52BB
RGB
CMYK
RGB Variations
Color information
#BB52BB (or 0xBB52BB) is known color: Fuchsia. HEX triplet: BB, 52 and BB. RGB value is (187,82,187). Sum of RGB (Red+Green+Blue) = 187+82+187=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52BB is #44AD44. Grayscale: #7D7D7D. Windows color (decimal): -4500805 or 12276411. OLE color: 12276411.
HSL color Cylindrical-coordinate representation of color #BB52BB: hue angle of 300º degrees, saturation: 0.44, 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 #BB52BB is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 187 | - |
| CMYK | 0 | 0.56 | 0 | 0.27 |
| HSL | 300º | 0.44% | 0.53% | - |
| HSV(B) | 300º | 0.56% | 0.73% | - |
| XYZ | 32.48 | 20.19 | 49.2 | - |
| YUV | 125.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 187 | 0 | 0.56 | 0 | 0.27 | 300 | 0.44 | 0.53 |
| Hex | BB | 52 | BB | 0 | 38 | 0 | 1B | 12C | 2C | 35 |
| Octal | 273 | 122 | 273 | 0 | 70 | 0 | 33 | 454 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10111011 | 0 | 111000 | 0 | 11011 | 100101100 | 101100 | 110101 |
Color Harmonies of #BB52BB
Complementary color
Monochromatic Colors of #BB52BB
Black with #BB52BB
Text Example
Text Example
White with #BB52BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52BB; }
p { color: rgb(187,82,187); }
H1.HeaderClassName
{
color: #BB52BB;
}
.AnyTagClassName
{
color: #BB52BB;
}
</style>
background-color css
<style>
a { background-color: #BB52BB; }
a { background-color: rgb(187,82,187); }
div.DivClassName
{
background-color: #BB52BB;
}
.BgClassName
{
background-color: #BB52BB;
}
</style>
border-color css
<style>
span { border-color: #BB52BB; }
span { border-color: rgb(187,82,187); }
td.TdClassName
{
border-color: #BB52BB;
}
.TagClassName
{
border-color: #BB52BB;
}
</style>