Shades of Fuchsia #BC72B6
Tints of Fuchsia #BC72B6
RGB
CMYK
RGB Variations
Color information
#BC72B6 (or 0xBC72B6) is known color: Fuchsia. HEX triplet: BC, 72 and B6. RGB value is (188,114,182). Sum of RGB (Red+Green+Blue) = 188+114+182=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72B6 is #438D49. Grayscale: #8F8F8F. Windows color (decimal): -4427082 or 11956924. OLE color: 11956924.
HSL color Cylindrical-coordinate representation of color #BC72B6: hue angle of 304.86º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC72B6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 182 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.26 |
| HSL | 304.86º | 0.36% | 0.59% | - |
| HSV(B) | 304.86º | 0.39% | 0.74% | - |
| XYZ | 35.2 | 26.1 | 47.44 | - |
| YUV | 143.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 182 | 0 | 0.39 | 0.03 | 0.26 | 304.86 | 0.36 | 0.59 |
| Hex | BC | 72 | B6 | 0 | 27 | 3 | 1A | 131 | 24 | 3B |
| Octal | 274 | 162 | 266 | 0 | 47 | 3 | 32 | 461 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10110110 | 0 | 100111 | 11 | 11010 | 100110001 | 100100 | 111011 |
Color Harmonies of #BC72B6
Complementary color
Monochromatic Colors of #BC72B6
Black with #BC72B6
Text Example
Text Example
White with #BC72B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72B6; }
p { color: rgb(188,114,182); }
H1.HeaderClassName
{
color: #BC72B6;
}
.AnyTagClassName
{
color: #BC72B6;
}
</style>
background-color css
<style>
a { background-color: #BC72B6; }
a { background-color: rgb(188,114,182); }
div.DivClassName
{
background-color: #BC72B6;
}
.BgClassName
{
background-color: #BC72B6;
}
</style>
border-color css
<style>
span { border-color: #BC72B6; }
span { border-color: rgb(188,114,182); }
td.TdClassName
{
border-color: #BC72B6;
}
.TagClassName
{
border-color: #BC72B6;
}
</style>