Shades of Fuchsia #BA75B7
Tints of Fuchsia #BA75B7
RGB
CMYK
RGB Variations
Color information
#BA75B7 (or 0xBA75B7) is known color: Fuchsia. HEX triplet: BA, 75 and B7. RGB value is (186,117,183). Sum of RGB (Red+Green+Blue) = 186+117+183=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75B7 is #458A48. Grayscale: #909090. Windows color (decimal): -4557385 or 12023226. OLE color: 12023226.
HSL color Cylindrical-coordinate representation of color #BA75B7: hue angle of 302.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA75B7 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 183 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.27 |
| HSL | 302.61º | 0.33% | 0.59% | - |
| HSV(B) | 302.61º | 0.37% | 0.73% | - |
| XYZ | 35.16 | 26.58 | 48.08 | - |
| YUV | 145.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 183 | 0 | 0.37 | 0.02 | 0.27 | 302.61 | 0.33 | 0.59 |
| Hex | BA | 75 | B7 | 0 | 25 | 2 | 1B | 12F | 21 | 3B |
| Octal | 272 | 165 | 267 | 0 | 45 | 2 | 33 | 457 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10110111 | 0 | 100101 | 10 | 11011 | 100101111 | 100001 | 111011 |
Color Harmonies of #BA75B7
Complementary color
Monochromatic Colors of #BA75B7
Black with #BA75B7
Text Example
Text Example
White with #BA75B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75B7; }
p { color: rgb(186,117,183); }
H1.HeaderClassName
{
color: #BA75B7;
}
.AnyTagClassName
{
color: #BA75B7;
}
</style>
background-color css
<style>
a { background-color: #BA75B7; }
a { background-color: rgb(186,117,183); }
div.DivClassName
{
background-color: #BA75B7;
}
.BgClassName
{
background-color: #BA75B7;
}
</style>
border-color css
<style>
span { border-color: #BA75B7; }
span { border-color: rgb(186,117,183); }
td.TdClassName
{
border-color: #BA75B7;
}
.TagClassName
{
border-color: #BA75B7;
}
</style>