Shades of Fuchsia #BC76B8
Tints of Fuchsia #BC76B8
RGB
CMYK
RGB Variations
Color information
#BC76B8 (or 0xBC76B8) is known color: Fuchsia. HEX triplet: BC, 76 and B8. RGB value is (188,118,184). Sum of RGB (Red+Green+Blue) = 188+118+184=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76B8 is #438947. Grayscale: #929292. Windows color (decimal): -4426056 or 12089020. OLE color: 12089020.
HSL color Cylindrical-coordinate representation of color #BC76B8: hue angle of 303.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76B8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 184 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.26 |
| HSL | 303.43º | 0.34% | 0.6% | - |
| HSV(B) | 303.43º | 0.37% | 0.74% | - |
| XYZ | 35.87 | 27.11 | 48.69 | - |
| YUV | 146.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 184 | 0 | 0.37 | 0.02 | 0.26 | 303.43 | 0.34 | 0.6 |
| Hex | BC | 76 | B8 | 0 | 25 | 2 | 1A | 12F | 22 | 3C |
| Octal | 274 | 166 | 270 | 0 | 45 | 2 | 32 | 457 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10111000 | 0 | 100101 | 10 | 11010 | 100101111 | 100010 | 111100 |
Color Harmonies of #BC76B8
Complementary color
Monochromatic Colors of #BC76B8
Black with #BC76B8
Text Example
Text Example
White with #BC76B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76B8; }
p { color: rgb(188,118,184); }
H1.HeaderClassName
{
color: #BC76B8;
}
.AnyTagClassName
{
color: #BC76B8;
}
</style>
background-color css
<style>
a { background-color: #BC76B8; }
a { background-color: rgb(188,118,184); }
div.DivClassName
{
background-color: #BC76B8;
}
.BgClassName
{
background-color: #BC76B8;
}
</style>
border-color css
<style>
span { border-color: #BC76B8; }
span { border-color: rgb(188,118,184); }
td.TdClassName
{
border-color: #BC76B8;
}
.TagClassName
{
border-color: #BC76B8;
}
</style>