Shades of Fuchsia #BA75BB
Tints of Fuchsia #BA75BB
RGB
CMYK
RGB Variations
Color information
#BA75BB (or 0xBA75BB) is known color: Fuchsia. HEX triplet: BA, 75 and BB. RGB value is (186,117,187). Sum of RGB (Red+Green+Blue) = 186+117+187=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BB is #458A44. Grayscale: #919191. Windows color (decimal): -4557381 or 12285370. OLE color: 12285370.
HSL color Cylindrical-coordinate representation of color #BA75BB: hue angle of 299.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA75BB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 187 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.27 |
| HSL | 299.14º | 0.34% | 0.6% | - |
| HSV(B) | 299.14º | 0.37% | 0.73% | - |
| XYZ | 35.58 | 26.75 | 50.3 | - |
| YUV | 145.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 187 | 0.01 | 0.37 | 0 | 0.27 | 299.14 | 0.34 | 0.6 |
| Hex | BA | 75 | BB | 1 | 25 | 0 | 1B | 12B | 22 | 3C |
| Octal | 272 | 165 | 273 | 1 | 45 | 0 | 33 | 453 | 42 | 74 |
| Binary | 10111010 | 1110101 | 10111011 | 1 | 100101 | 0 | 11011 | 100101011 | 100010 | 111100 |
Color Harmonies of #BA75BB
Complementary color
Monochromatic Colors of #BA75BB
Black with #BA75BB
Text Example
Text Example
White with #BA75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75BB; }
p { color: rgb(186,117,187); }
H1.HeaderClassName
{
color: #BA75BB;
}
.AnyTagClassName
{
color: #BA75BB;
}
</style>
background-color css
<style>
a { background-color: #BA75BB; }
a { background-color: rgb(186,117,187); }
div.DivClassName
{
background-color: #BA75BB;
}
.BgClassName
{
background-color: #BA75BB;
}
</style>
border-color css
<style>
span { border-color: #BA75BB; }
span { border-color: rgb(186,117,187); }
td.TdClassName
{
border-color: #BA75BB;
}
.TagClassName
{
border-color: #BA75BB;
}
</style>