Shades of Fuchsia #BC70B7
Tints of Fuchsia #BC70B7
RGB
CMYK
RGB Variations
Color information
#BC70B7 (or 0xBC70B7) is known color: Fuchsia. HEX triplet: BC, 70 and B7. RGB value is (188,112,183). Sum of RGB (Red+Green+Blue) = 188+112+183=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70B7 is #438F48. Grayscale: #8E8E8E. Windows color (decimal): -4427593 or 12021948. OLE color: 12021948.
HSL color Cylindrical-coordinate representation of color #BC70B7: hue angle of 303.95º 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 #BC70B7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 183 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.26 |
| HSL | 303.95º | 0.36% | 0.59% | - |
| HSV(B) | 303.95º | 0.4% | 0.74% | - |
| XYZ | 35.08 | 25.7 | 47.91 | - |
| YUV | 142.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 183 | 0 | 0.40 | 0.03 | 0.26 | 303.95 | 0.36 | 0.59 |
| Hex | BC | 70 | B7 | 0 | 28 | 3 | 1A | 130 | 24 | 3B |
| Octal | 274 | 160 | 267 | 0 | 50 | 3 | 32 | 460 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10110111 | 0 | 101000 | 11 | 11010 | 100110000 | 100100 | 111011 |
Color Harmonies of #BC70B7
Complementary color
Monochromatic Colors of #BC70B7
Black with #BC70B7
Text Example
Text Example
White with #BC70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70B7; }
p { color: rgb(188,112,183); }
H1.HeaderClassName
{
color: #BC70B7;
}
.AnyTagClassName
{
color: #BC70B7;
}
</style>
background-color css
<style>
a { background-color: #BC70B7; }
a { background-color: rgb(188,112,183); }
div.DivClassName
{
background-color: #BC70B7;
}
.BgClassName
{
background-color: #BC70B7;
}
</style>
border-color css
<style>
span { border-color: #BC70B7; }
span { border-color: rgb(188,112,183); }
td.TdClassName
{
border-color: #BC70B7;
}
.TagClassName
{
border-color: #BC70B7;
}
</style>