Shades of Fuchsia #BB52B2
Tints of Fuchsia #BB52B2
RGB
CMYK
RGB Variations
Color information
#BB52B2 (or 0xBB52B2) is known color: Fuchsia. HEX triplet: BB, 52 and B2. RGB value is (187,82,178). Sum of RGB (Red+Green+Blue) = 187+82+178=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52B2 is #44AD4D. Grayscale: #7C7C7C. Windows color (decimal): -4500814 or 11686587. OLE color: 11686587.
HSL color Cylindrical-coordinate representation of color #BB52B2: hue angle of 305.14º 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 #BB52B2 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 178 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.27 |
| HSL | 305.14º | 0.44% | 0.53% | - |
| HSV(B) | 305.14º | 0.56% | 0.73% | - |
| XYZ | 31.55 | 19.81 | 44.28 | - |
| YUV | 124.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 178 | 0 | 0.56 | 0.05 | 0.27 | 305.14 | 0.44 | 0.53 |
| Hex | BB | 52 | B2 | 0 | 38 | 5 | 1B | 131 | 2C | 35 |
| Octal | 273 | 122 | 262 | 0 | 70 | 5 | 33 | 461 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10110010 | 0 | 111000 | 101 | 11011 | 100110001 | 101100 | 110101 |
Color Harmonies of #BB52B2
Complementary color
Monochromatic Colors of #BB52B2
Black with #BB52B2
Text Example
Text Example
White with #BB52B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52B2; }
p { color: rgb(187,82,178); }
H1.HeaderClassName
{
color: #BB52B2;
}
.AnyTagClassName
{
color: #BB52B2;
}
</style>
background-color css
<style>
a { background-color: #BB52B2; }
a { background-color: rgb(187,82,178); }
div.DivClassName
{
background-color: #BB52B2;
}
.BgClassName
{
background-color: #BB52B2;
}
</style>
border-color css
<style>
span { border-color: #BB52B2; }
span { border-color: rgb(187,82,178); }
td.TdClassName
{
border-color: #BB52B2;
}
.TagClassName
{
border-color: #BB52B2;
}
</style>