Shades of Fuchsia #BC70BB
Tints of Fuchsia #BC70BB
RGB
CMYK
RGB Variations
Color information
#BC70BB (or 0xBC70BB) is known color: Fuchsia. HEX triplet: BC, 70 and BB. RGB value is (188,112,187). Sum of RGB (Red+Green+Blue) = 188+112+187=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70BB is #438F44. Grayscale: #8F8F8F. Windows color (decimal): -4427589 or 12284092. OLE color: 12284092.
HSL color Cylindrical-coordinate representation of color #BC70BB: hue angle of 300.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70BB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 187 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.26 |
| HSL | 300.79º | 0.36% | 0.59% | - |
| HSV(B) | 300.79º | 0.4% | 0.74% | - |
| XYZ | 35.5 | 25.87 | 50.14 | - |
| YUV | 143.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 187 | 0 | 0.40 | 0.01 | 0.26 | 300.79 | 0.36 | 0.59 |
| Hex | BC | 70 | BB | 0 | 28 | 1 | 1A | 12D | 24 | 3B |
| Octal | 274 | 160 | 273 | 0 | 50 | 1 | 32 | 455 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10111011 | 0 | 101000 | 1 | 11010 | 100101101 | 100100 | 111011 |
Color Harmonies of #BC70BB
Complementary color
Monochromatic Colors of #BC70BB
Black with #BC70BB
Text Example
Text Example
White with #BC70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70BB; }
p { color: rgb(188,112,187); }
H1.HeaderClassName
{
color: #BC70BB;
}
.AnyTagClassName
{
color: #BC70BB;
}
</style>
background-color css
<style>
a { background-color: #BC70BB; }
a { background-color: rgb(188,112,187); }
div.DivClassName
{
background-color: #BC70BB;
}
.BgClassName
{
background-color: #BC70BB;
}
</style>
border-color css
<style>
span { border-color: #BC70BB; }
span { border-color: rgb(188,112,187); }
td.TdClassName
{
border-color: #BC70BB;
}
.TagClassName
{
border-color: #BC70BB;
}
</style>