Shades of Fuchsia #BC62AA
Tints of Fuchsia #BC62AA
RGB
CMYK
RGB Variations
Color information
#BC62AA (or 0xBC62AA) is known color: Fuchsia. HEX triplet: BC, 62 and AA. RGB value is (188,98,170). Sum of RGB (Red+Green+Blue) = 188+98+170=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62AA is #439D55. Grayscale: #848484. Windows color (decimal): -4431190 or 11166396. OLE color: 11166396.
HSL color Cylindrical-coordinate representation of color #BC62AA: hue angle of 312º 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 #BC62AA is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 170 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.26 |
| HSL | 312º | 0.4% | 0.56% | - |
| HSV(B) | 312º | 0.48% | 0.74% | - |
| XYZ | 32.36 | 22.33 | 40.63 | - |
| YUV | 133.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 170 | 0 | 0.48 | 0.10 | 0.26 | 312 | 0.4 | 0.56 |
| Hex | BC | 62 | AA | 0 | 30 | A | 1A | 138 | 28 | 38 |
| Octal | 274 | 142 | 252 | 0 | 60 | 12 | 32 | 470 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10101010 | 0 | 110000 | 1010 | 11010 | 100111000 | 101000 | 111000 |
Color Harmonies of #BC62AA
Complementary color
Monochromatic Colors of #BC62AA
Black with #BC62AA
Text Example
Text Example
White with #BC62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62AA; }
p { color: rgb(188,98,170); }
H1.HeaderClassName
{
color: #BC62AA;
}
.AnyTagClassName
{
color: #BC62AA;
}
</style>
background-color css
<style>
a { background-color: #BC62AA; }
a { background-color: rgb(188,98,170); }
div.DivClassName
{
background-color: #BC62AA;
}
.BgClassName
{
background-color: #BC62AA;
}
</style>
border-color css
<style>
span { border-color: #BC62AA; }
span { border-color: rgb(188,98,170); }
td.TdClassName
{
border-color: #BC62AA;
}
.TagClassName
{
border-color: #BC62AA;
}
</style>