Shades of Fuchsia #BC52B7
Tints of Fuchsia #BC52B7
RGB
CMYK
RGB Variations
Color information
#BC52B7 (or 0xBC52B7) is known color: Fuchsia. HEX triplet: BC, 52 and B7. RGB value is (188,82,183). Sum of RGB (Red+Green+Blue) = 188+82+183=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52B7 is #43AD48. Grayscale: #7C7C7C. Windows color (decimal): -4435273 or 12014268. OLE color: 12014268.
HSL color Cylindrical-coordinate representation of color #BC52B7: hue angle of 302.83º 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 #BC52B7 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 183 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.26 |
| HSL | 302.83º | 0.44% | 0.53% | - |
| HSV(B) | 302.83º | 0.56% | 0.74% | - |
| XYZ | 32.3 | 20.14 | 46.99 | - |
| YUV | 125.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 183 | 0 | 0.56 | 0.03 | 0.26 | 302.83 | 0.44 | 0.53 |
| Hex | BC | 52 | B7 | 0 | 38 | 3 | 1A | 12F | 2C | 35 |
| Octal | 274 | 122 | 267 | 0 | 70 | 3 | 32 | 457 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10110111 | 0 | 111000 | 11 | 11010 | 100101111 | 101100 | 110101 |
Color Harmonies of #BC52B7
Complementary color
Monochromatic Colors of #BC52B7
Black with #BC52B7
Text Example
Text Example
White with #BC52B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52B7; }
p { color: rgb(188,82,183); }
H1.HeaderClassName
{
color: #BC52B7;
}
.AnyTagClassName
{
color: #BC52B7;
}
</style>
background-color css
<style>
a { background-color: #BC52B7; }
a { background-color: rgb(188,82,183); }
div.DivClassName
{
background-color: #BC52B7;
}
.BgClassName
{
background-color: #BC52B7;
}
</style>
border-color css
<style>
span { border-color: #BC52B7; }
span { border-color: rgb(188,82,183); }
td.TdClassName
{
border-color: #BC52B7;
}
.TagClassName
{
border-color: #BC52B7;
}
</style>