Shades of Fuchsia #BA6BB4
Tints of Fuchsia #BA6BB4
RGB
CMYK
RGB Variations
Color information
#BA6BB4 (or 0xBA6BB4) is known color: Fuchsia. HEX triplet: BA, 6B and B4. RGB value is (186,107,180). Sum of RGB (Red+Green+Blue) = 186+107+180=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BB4 is #45944B. Grayscale: #8A8A8A. Windows color (decimal): -4559948 or 11824058. OLE color: 11824058.
HSL color Cylindrical-coordinate representation of color #BA6BB4: hue angle of 304.56º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BB4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 180 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.27 |
| HSL | 304.56º | 0.36% | 0.57% | - |
| HSV(B) | 304.56º | 0.42% | 0.73% | - |
| XYZ | 33.75 | 24.25 | 46.08 | - |
| YUV | 138.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 180 | 0 | 0.42 | 0.03 | 0.27 | 304.56 | 0.36 | 0.57 |
| Hex | BA | 6B | B4 | 0 | 2A | 3 | 1B | 131 | 24 | 39 |
| Octal | 272 | 153 | 264 | 0 | 52 | 3 | 33 | 461 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10110100 | 0 | 101010 | 11 | 11011 | 100110001 | 100100 | 111001 |
Color Harmonies of #BA6BB4
Complementary color
Monochromatic Colors of #BA6BB4
Black with #BA6BB4
Text Example
Text Example
White with #BA6BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BB4; }
p { color: rgb(186,107,180); }
H1.HeaderClassName
{
color: #BA6BB4;
}
.AnyTagClassName
{
color: #BA6BB4;
}
</style>
background-color css
<style>
a { background-color: #BA6BB4; }
a { background-color: rgb(186,107,180); }
div.DivClassName
{
background-color: #BA6BB4;
}
.BgClassName
{
background-color: #BA6BB4;
}
</style>
border-color css
<style>
span { border-color: #BA6BB4; }
span { border-color: rgb(186,107,180); }
td.TdClassName
{
border-color: #BA6BB4;
}
.TagClassName
{
border-color: #BA6BB4;
}
</style>