Shades of Fuchsia #BC75BA
Tints of Fuchsia #BC75BA
RGB
CMYK
RGB Variations
Color information
#BC75BA (or 0xBC75BA) is known color: Fuchsia. HEX triplet: BC, 75 and BA. RGB value is (188,117,186). Sum of RGB (Red+Green+Blue) = 188+117+186=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75BA is #438A45. Grayscale: #919191. Windows color (decimal): -4426310 or 12219836. OLE color: 12219836.
HSL color Cylindrical-coordinate representation of color #BC75BA: hue angle of 301.69º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC75BA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 186 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.26 |
| HSL | 301.69º | 0.35% | 0.6% | - |
| HSV(B) | 301.69º | 0.38% | 0.74% | - |
| XYZ | 35.96 | 26.96 | 49.76 | - |
| YUV | 146.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 186 | 0 | 0.38 | 0.01 | 0.26 | 301.69 | 0.35 | 0.6 |
| Hex | BC | 75 | BA | 0 | 26 | 1 | 1A | 12E | 23 | 3C |
| Octal | 274 | 165 | 272 | 0 | 46 | 1 | 32 | 456 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10111010 | 0 | 100110 | 1 | 11010 | 100101110 | 100011 | 111100 |
Color Harmonies of #BC75BA
Complementary color
Monochromatic Colors of #BC75BA
Black with #BC75BA
Text Example
Text Example
White with #BC75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75BA; }
p { color: rgb(188,117,186); }
H1.HeaderClassName
{
color: #BC75BA;
}
.AnyTagClassName
{
color: #BC75BA;
}
</style>
background-color css
<style>
a { background-color: #BC75BA; }
a { background-color: rgb(188,117,186); }
div.DivClassName
{
background-color: #BC75BA;
}
.BgClassName
{
background-color: #BC75BA;
}
</style>
border-color css
<style>
span { border-color: #BC75BA; }
span { border-color: rgb(188,117,186); }
td.TdClassName
{
border-color: #BC75BA;
}
.TagClassName
{
border-color: #BC75BA;
}
</style>