Shades of Fuchsia #BC72B4
Tints of Fuchsia #BC72B4
RGB
CMYK
RGB Variations
Color information
#BC72B4 (or 0xBC72B4) is known color: Fuchsia. HEX triplet: BC, 72 and B4. RGB value is (188,114,180). Sum of RGB (Red+Green+Blue) = 188+114+180=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72B4 is #438D4B. Grayscale: #8F8F8F. Windows color (decimal): -4427084 or 11825852. OLE color: 11825852.
HSL color Cylindrical-coordinate representation of color #BC72B4: hue angle of 306.49º 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 #BC72B4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 180 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.26 |
| HSL | 306.49º | 0.36% | 0.59% | - |
| HSV(B) | 306.49º | 0.39% | 0.74% | - |
| XYZ | 34.99 | 26.02 | 46.36 | - |
| YUV | 143.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 180 | 0 | 0.39 | 0.04 | 0.26 | 306.49 | 0.36 | 0.59 |
| Hex | BC | 72 | B4 | 0 | 27 | 4 | 1A | 132 | 24 | 3B |
| Octal | 274 | 162 | 264 | 0 | 47 | 4 | 32 | 462 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10110100 | 0 | 100111 | 100 | 11010 | 100110010 | 100100 | 111011 |
Color Harmonies of #BC72B4
Complementary color
Monochromatic Colors of #BC72B4
Black with #BC72B4
Text Example
Text Example
White with #BC72B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72B4; }
p { color: rgb(188,114,180); }
H1.HeaderClassName
{
color: #BC72B4;
}
.AnyTagClassName
{
color: #BC72B4;
}
</style>
background-color css
<style>
a { background-color: #BC72B4; }
a { background-color: rgb(188,114,180); }
div.DivClassName
{
background-color: #BC72B4;
}
.BgClassName
{
background-color: #BC72B4;
}
</style>
border-color css
<style>
span { border-color: #BC72B4; }
span { border-color: rgb(188,114,180); }
td.TdClassName
{
border-color: #BC72B4;
}
.TagClassName
{
border-color: #BC72B4;
}
</style>