Shades of Fuchsia #BB52BF
Tints of Fuchsia #BB52BF
RGB
CMYK
RGB Variations
Color information
#BB52BF (or 0xBB52BF) is known color: Fuchsia. HEX triplet: BB, 52 and BF. RGB value is (187,82,191). Sum of RGB (Red+Green+Blue) = 187+82+191=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB52BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52BF is #44AD40. Grayscale: #7D7D7D. Windows color (decimal): -4500801 or 12538555. OLE color: 12538555.
HSL color Cylindrical-coordinate representation of color #BB52BF: hue angle of 297.8º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB52BF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 82 | 191 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.25 |
| HSL | 297.8º | 0.46% | 0.54% | - |
| HSV(B) | 297.8º | 0.57% | 0.75% | - |
| XYZ | 32.91 | 20.36 | 51.49 | - |
| YUV | 125.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 191 | 0.02 | 0.57 | 0 | 0.25 | 297.8 | 0.46 | 0.54 |
| Hex | BB | 52 | BF | 2 | 39 | 0 | 19 | 12A | 2E | 36 |
| Octal | 273 | 122 | 277 | 2 | 71 | 0 | 31 | 452 | 56 | 66 |
| Binary | 10111011 | 1010010 | 10111111 | 10 | 111001 | 0 | 11001 | 100101010 | 101110 | 110110 |
Color Harmonies of #BB52BF
Complementary color
Monochromatic Colors of #BB52BF
Black with #BB52BF
Text Example
Text Example
White with #BB52BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52BF; }
p { color: rgb(187,82,191); }
H1.HeaderClassName
{
color: #BB52BF;
}
.AnyTagClassName
{
color: #BB52BF;
}
</style>
background-color css
<style>
a { background-color: #BB52BF; }
a { background-color: rgb(187,82,191); }
div.DivClassName
{
background-color: #BB52BF;
}
.BgClassName
{
background-color: #BB52BF;
}
</style>
border-color css
<style>
span { border-color: #BB52BF; }
span { border-color: rgb(187,82,191); }
td.TdClassName
{
border-color: #BB52BF;
}
.TagClassName
{
border-color: #BB52BF;
}
</style>