Shades of Fuchsia #BA6CB5
Tints of Fuchsia #BA6CB5
RGB
CMYK
RGB Variations
Color information
#BA6CB5 (or 0xBA6CB5) is known color: Fuchsia. HEX triplet: BA, 6C and B5. RGB value is (186,108,181). Sum of RGB (Red+Green+Blue) = 186+108+181=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB5 is #45934A. Grayscale: #8B8B8B. Windows color (decimal): -4559691 or 11889850. OLE color: 11889850.
HSL color Cylindrical-coordinate representation of color #BA6CB5: hue angle of 303.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CB5 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 181 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.27 |
| HSL | 303.85º | 0.36% | 0.58% | - |
| HSV(B) | 303.85º | 0.42% | 0.73% | - |
| XYZ | 33.95 | 24.5 | 46.66 | - |
| YUV | 139.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 181 | 0 | 0.42 | 0.03 | 0.27 | 303.85 | 0.36 | 0.58 |
| Hex | BA | 6C | B5 | 0 | 2A | 3 | 1B | 130 | 24 | 3A |
| Octal | 272 | 154 | 265 | 0 | 52 | 3 | 33 | 460 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10110101 | 0 | 101010 | 11 | 11011 | 100110000 | 100100 | 111010 |
Color Harmonies of #BA6CB5
Complementary color
Monochromatic Colors of #BA6CB5
Black with #BA6CB5
Text Example
Text Example
White with #BA6CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CB5; }
p { color: rgb(186,108,181); }
H1.HeaderClassName
{
color: #BA6CB5;
}
.AnyTagClassName
{
color: #BA6CB5;
}
</style>
background-color css
<style>
a { background-color: #BA6CB5; }
a { background-color: rgb(186,108,181); }
div.DivClassName
{
background-color: #BA6CB5;
}
.BgClassName
{
background-color: #BA6CB5;
}
</style>
border-color css
<style>
span { border-color: #BA6CB5; }
span { border-color: rgb(186,108,181); }
td.TdClassName
{
border-color: #BA6CB5;
}
.TagClassName
{
border-color: #BA6CB5;
}
</style>