Shades of Fuchsia #BB52C2
Tints of Fuchsia #BB52C2
RGB
CMYK
RGB Variations
Color information
#BB52C2 (or 0xBB52C2) is known color: Fuchsia. HEX triplet: BB, 52 and C2. RGB value is (187,82,194). Sum of RGB (Red+Green+Blue) = 187+82+194=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB52C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52C2 is #44AD3D. Grayscale: #7D7D7D. Windows color (decimal): -4500798 or 12735163. OLE color: 12735163.
HSL color Cylindrical-coordinate representation of color #BB52C2: hue angle of 296.25º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB52C2 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 82 | 194 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.24 |
| HSL | 296.25º | 0.48% | 0.54% | - |
| HSV(B) | 296.25º | 0.58% | 0.76% | - |
| XYZ | 33.25 | 20.49 | 53.24 | - |
| YUV | 126.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 194 | 0.04 | 0.58 | 0 | 0.24 | 296.25 | 0.48 | 0.54 |
| Hex | BB | 52 | C2 | 4 | 3A | 0 | 18 | 128 | 30 | 36 |
| Octal | 273 | 122 | 302 | 4 | 72 | 0 | 30 | 450 | 60 | 66 |
| Binary | 10111011 | 1010010 | 11000010 | 100 | 111010 | 0 | 11000 | 100101000 | 110000 | 110110 |
Color Harmonies of #BB52C2
Complementary color
Monochromatic Colors of #BB52C2
Black with #BB52C2
Text Example
Text Example
White with #BB52C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52C2; }
p { color: rgb(187,82,194); }
H1.HeaderClassName
{
color: #BB52C2;
}
.AnyTagClassName
{
color: #BB52C2;
}
</style>
background-color css
<style>
a { background-color: #BB52C2; }
a { background-color: rgb(187,82,194); }
div.DivClassName
{
background-color: #BB52C2;
}
.BgClassName
{
background-color: #BB52C2;
}
</style>
border-color css
<style>
span { border-color: #BB52C2; }
span { border-color: rgb(187,82,194); }
td.TdClassName
{
border-color: #BB52C2;
}
.TagClassName
{
border-color: #BB52C2;
}
</style>