Shades of Fuchsia #BC62BB
Tints of Fuchsia #BC62BB
RGB
CMYK
RGB Variations
Color information
#BC62BB (or 0xBC62BB) is known color: Fuchsia. HEX triplet: BC, 62 and BB. RGB value is (188,98,187). Sum of RGB (Red+Green+Blue) = 188+98+187=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62BB is #439D44. Grayscale: #868686. Windows color (decimal): -4431173 or 12280508. OLE color: 12280508.
HSL color Cylindrical-coordinate representation of color #BC62BB: hue angle of 300.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC62BB is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 187 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.26 |
| HSL | 300.67º | 0.4% | 0.56% | - |
| HSV(B) | 300.67º | 0.48% | 0.74% | - |
| XYZ | 34.08 | 23.01 | 49.66 | - |
| YUV | 135.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 187 | 0 | 0.48 | 0.01 | 0.26 | 300.67 | 0.4 | 0.56 |
| Hex | BC | 62 | BB | 0 | 30 | 1 | 1A | 12D | 28 | 38 |
| Octal | 274 | 142 | 273 | 0 | 60 | 1 | 32 | 455 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10111011 | 0 | 110000 | 1 | 11010 | 100101101 | 101000 | 111000 |
Color Harmonies of #BC62BB
Complementary color
Monochromatic Colors of #BC62BB
Black with #BC62BB
Text Example
Text Example
White with #BC62BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62BB; }
p { color: rgb(188,98,187); }
H1.HeaderClassName
{
color: #BC62BB;
}
.AnyTagClassName
{
color: #BC62BB;
}
</style>
background-color css
<style>
a { background-color: #BC62BB; }
a { background-color: rgb(188,98,187); }
div.DivClassName
{
background-color: #BC62BB;
}
.BgClassName
{
background-color: #BC62BB;
}
</style>
border-color css
<style>
span { border-color: #BC62BB; }
span { border-color: rgb(188,98,187); }
td.TdClassName
{
border-color: #BC62BB;
}
.TagClassName
{
border-color: #BC62BB;
}
</style>