Shades of Fuchsia #BA60B2
Tints of Fuchsia #BA60B2
RGB
CMYK
RGB Variations
Color information
#BA60B2 (or 0xBA60B2) is known color: Fuchsia. HEX triplet: BA, 60 and B2. RGB value is (186,96,178). Sum of RGB (Red+Green+Blue) = 186+96+178=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60B2 is #459F4D. Grayscale: #848484. Windows color (decimal): -4562766 or 11690170. OLE color: 11690170.
HSL color Cylindrical-coordinate representation of color #BA60B2: hue angle of 305.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60B2 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 178 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.27 |
| HSL | 305.33º | 0.39% | 0.55% | - |
| HSV(B) | 305.33º | 0.48% | 0.73% | - |
| XYZ | 32.47 | 22.02 | 44.66 | - |
| YUV | 132.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 178 | 0 | 0.48 | 0.04 | 0.27 | 305.33 | 0.39 | 0.55 |
| Hex | BA | 60 | B2 | 0 | 30 | 4 | 1B | 131 | 27 | 37 |
| Octal | 272 | 140 | 262 | 0 | 60 | 4 | 33 | 461 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10110010 | 0 | 110000 | 100 | 11011 | 100110001 | 100111 | 110111 |
Color Harmonies of #BA60B2
Complementary color
Monochromatic Colors of #BA60B2
Black with #BA60B2
Text Example
Text Example
White with #BA60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60B2; }
p { color: rgb(186,96,178); }
H1.HeaderClassName
{
color: #BA60B2;
}
.AnyTagClassName
{
color: #BA60B2;
}
</style>
background-color css
<style>
a { background-color: #BA60B2; }
a { background-color: rgb(186,96,178); }
div.DivClassName
{
background-color: #BA60B2;
}
.BgClassName
{
background-color: #BA60B2;
}
</style>
border-color css
<style>
span { border-color: #BA60B2; }
span { border-color: rgb(186,96,178); }
td.TdClassName
{
border-color: #BA60B2;
}
.TagClassName
{
border-color: #BA60B2;
}
</style>