Shades of Fuchsia #BC70B3
Tints of Fuchsia #BC70B3
RGB
CMYK
RGB Variations
Color information
#BC70B3 (or 0xBC70B3) is known color: Fuchsia. HEX triplet: BC, 70 and B3. RGB value is (188,112,179). Sum of RGB (Red+Green+Blue) = 188+112+179=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70B3 is #438F4C. Grayscale: #8E8E8E. Windows color (decimal): -4427597 or 11759804. OLE color: 11759804.
HSL color Cylindrical-coordinate representation of color #BC70B3: hue angle of 307.11º 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 #BC70B3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 179 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.26 |
| HSL | 307.11º | 0.36% | 0.59% | - |
| HSV(B) | 307.11º | 0.4% | 0.74% | - |
| XYZ | 34.67 | 25.53 | 45.75 | - |
| YUV | 142.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 179 | 0 | 0.40 | 0.05 | 0.26 | 307.11 | 0.36 | 0.59 |
| Hex | BC | 70 | B3 | 0 | 28 | 5 | 1A | 133 | 24 | 3B |
| Octal | 274 | 160 | 263 | 0 | 50 | 5 | 32 | 463 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10110011 | 0 | 101000 | 101 | 11010 | 100110011 | 100100 | 111011 |
Color Harmonies of #BC70B3
Complementary color
Monochromatic Colors of #BC70B3
Black with #BC70B3
Text Example
Text Example
White with #BC70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70B3; }
p { color: rgb(188,112,179); }
H1.HeaderClassName
{
color: #BC70B3;
}
.AnyTagClassName
{
color: #BC70B3;
}
</style>
background-color css
<style>
a { background-color: #BC70B3; }
a { background-color: rgb(188,112,179); }
div.DivClassName
{
background-color: #BC70B3;
}
.BgClassName
{
background-color: #BC70B3;
}
</style>
border-color css
<style>
span { border-color: #BC70B3; }
span { border-color: rgb(188,112,179); }
td.TdClassName
{
border-color: #BC70B3;
}
.TagClassName
{
border-color: #BC70B3;
}
</style>