Shades of Fuchsia #BB53C1
Tints of Fuchsia #BB53C1
RGB
CMYK
RGB Variations
Color information
#BB53C1 (or 0xBB53C1) is known color: Fuchsia. HEX triplet: BB, 53 and C1. RGB value is (187,83,193). Sum of RGB (Red+Green+Blue) = 187+83+193=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53C1 is #44AC3E. Grayscale: #7E7E7E. Windows color (decimal): -4500543 or 12669883. OLE color: 12669883.
HSL color Cylindrical-coordinate representation of color #BB53C1: hue angle of 296.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB53C1 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 83 | 193 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.24 |
| HSL | 296.73º | 0.47% | 0.54% | - |
| HSV(B) | 296.73º | 0.57% | 0.76% | - |
| XYZ | 33.21 | 20.6 | 52.68 | - |
| YUV | 126.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 193 | 0.03 | 0.57 | 0 | 0.24 | 296.73 | 0.47 | 0.54 |
| Hex | BB | 53 | C1 | 3 | 39 | 0 | 18 | 129 | 2F | 36 |
| Octal | 273 | 123 | 301 | 3 | 71 | 0 | 30 | 451 | 57 | 66 |
| Binary | 10111011 | 1010011 | 11000001 | 11 | 111001 | 0 | 11000 | 100101001 | 101111 | 110110 |
Color Harmonies of #BB53C1
Complementary color
Monochromatic Colors of #BB53C1
Black with #BB53C1
Text Example
Text Example
White with #BB53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB53C1; }
p { color: rgb(187,83,193); }
H1.HeaderClassName
{
color: #BB53C1;
}
.AnyTagClassName
{
color: #BB53C1;
}
</style>
background-color css
<style>
a { background-color: #BB53C1; }
a { background-color: rgb(187,83,193); }
div.DivClassName
{
background-color: #BB53C1;
}
.BgClassName
{
background-color: #BB53C1;
}
</style>
border-color css
<style>
span { border-color: #BB53C1; }
span { border-color: rgb(187,83,193); }
td.TdClassName
{
border-color: #BB53C1;
}
.TagClassName
{
border-color: #BB53C1;
}
</style>