Shades of Fuchsia #BC70B6
Tints of Fuchsia #BC70B6
RGB
CMYK
RGB Variations
Color information
#BC70B6 (or 0xBC70B6) is known color: Fuchsia. HEX triplet: BC, 70 and B6. RGB value is (188,112,182). Sum of RGB (Red+Green+Blue) = 188+112+182=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70B6 is #438F49. Grayscale: #8E8E8E. Windows color (decimal): -4427594 or 11956412. OLE color: 11956412.
HSL color Cylindrical-coordinate representation of color #BC70B6: hue angle of 304.74º 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 #BC70B6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 182 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.26 |
| HSL | 304.74º | 0.36% | 0.59% | - |
| HSV(B) | 304.74º | 0.4% | 0.74% | - |
| XYZ | 34.98 | 25.66 | 47.36 | - |
| YUV | 142.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 182 | 0 | 0.40 | 0.03 | 0.26 | 304.74 | 0.36 | 0.59 |
| Hex | BC | 70 | B6 | 0 | 28 | 3 | 1A | 131 | 24 | 3B |
| Octal | 274 | 160 | 266 | 0 | 50 | 3 | 32 | 461 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10110110 | 0 | 101000 | 11 | 11010 | 100110001 | 100100 | 111011 |
Color Harmonies of #BC70B6
Complementary color
Monochromatic Colors of #BC70B6
Black with #BC70B6
Text Example
Text Example
White with #BC70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70B6; }
p { color: rgb(188,112,182); }
H1.HeaderClassName
{
color: #BC70B6;
}
.AnyTagClassName
{
color: #BC70B6;
}
</style>
background-color css
<style>
a { background-color: #BC70B6; }
a { background-color: rgb(188,112,182); }
div.DivClassName
{
background-color: #BC70B6;
}
.BgClassName
{
background-color: #BC70B6;
}
</style>
border-color css
<style>
span { border-color: #BC70B6; }
span { border-color: rgb(188,112,182); }
td.TdClassName
{
border-color: #BC70B6;
}
.TagClassName
{
border-color: #BC70B6;
}
</style>