Shades of Fuchsia #BC52BB
Tints of Fuchsia #BC52BB
RGB
CMYK
RGB Variations
Color information
#BC52BB (or 0xBC52BB) is known color: Fuchsia. HEX triplet: BC, 52 and BB. RGB value is (188,82,187). Sum of RGB (Red+Green+Blue) = 188+82+187=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52BB is #43AD44. Grayscale: #7D7D7D. Windows color (decimal): -4435269 or 12276412. OLE color: 12276412.
HSL color Cylindrical-coordinate representation of color #BC52BB: hue angle of 300.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC52BB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 187 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.26 |
| HSL | 300.57º | 0.44% | 0.53% | - |
| HSV(B) | 300.57º | 0.56% | 0.74% | - |
| XYZ | 32.73 | 20.31 | 49.21 | - |
| YUV | 125.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 187 | 0 | 0.56 | 0.01 | 0.26 | 300.57 | 0.44 | 0.53 |
| Hex | BC | 52 | BB | 0 | 38 | 1 | 1A | 12D | 2C | 35 |
| Octal | 274 | 122 | 273 | 0 | 70 | 1 | 32 | 455 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10111011 | 0 | 111000 | 1 | 11010 | 100101101 | 101100 | 110101 |
Color Harmonies of #BC52BB
Complementary color
Monochromatic Colors of #BC52BB
Black with #BC52BB
Text Example
Text Example
White with #BC52BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52BB; }
p { color: rgb(188,82,187); }
H1.HeaderClassName
{
color: #BC52BB;
}
.AnyTagClassName
{
color: #BC52BB;
}
</style>
background-color css
<style>
a { background-color: #BC52BB; }
a { background-color: rgb(188,82,187); }
div.DivClassName
{
background-color: #BC52BB;
}
.BgClassName
{
background-color: #BC52BB;
}
</style>
border-color css
<style>
span { border-color: #BC52BB; }
span { border-color: rgb(188,82,187); }
td.TdClassName
{
border-color: #BC52BB;
}
.TagClassName
{
border-color: #BC52BB;
}
</style>