Shades of Fuchsia #BA5BB3
Tints of Fuchsia #BA5BB3
RGB
CMYK
RGB Variations
Color information
#BA5BB3 (or 0xBA5BB3) is known color: Fuchsia. HEX triplet: BA, 5B and B3. RGB value is (186,91,179). Sum of RGB (Red+Green+Blue) = 186+91+179=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BB3 is #45A44C. Grayscale: #818181. Windows color (decimal): -4564045 or 11754426. OLE color: 11754426.
HSL color Cylindrical-coordinate representation of color #BA5BB3: hue angle of 304.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BB3 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 179 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.27 |
| HSL | 304.42º | 0.41% | 0.54% | - |
| HSV(B) | 304.42º | 0.51% | 0.73% | - |
| XYZ | 32.13 | 21.18 | 45.04 | - |
| YUV | 129.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 179 | 0 | 0.51 | 0.04 | 0.27 | 304.42 | 0.41 | 0.54 |
| Hex | BA | 5B | B3 | 0 | 33 | 4 | 1B | 130 | 29 | 36 |
| Octal | 272 | 133 | 263 | 0 | 63 | 4 | 33 | 460 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10110011 | 0 | 110011 | 100 | 11011 | 100110000 | 101001 | 110110 |
Color Harmonies of #BA5BB3
Complementary color
Monochromatic Colors of #BA5BB3
Black with #BA5BB3
Text Example
Text Example
White with #BA5BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BB3; }
p { color: rgb(186,91,179); }
H1.HeaderClassName
{
color: #BA5BB3;
}
.AnyTagClassName
{
color: #BA5BB3;
}
</style>
background-color css
<style>
a { background-color: #BA5BB3; }
a { background-color: rgb(186,91,179); }
div.DivClassName
{
background-color: #BA5BB3;
}
.BgClassName
{
background-color: #BA5BB3;
}
</style>
border-color css
<style>
span { border-color: #BA5BB3; }
span { border-color: rgb(186,91,179); }
td.TdClassName
{
border-color: #BA5BB3;
}
.TagClassName
{
border-color: #BA5BB3;
}
</style>