Shades of Fuchsia #BA5FB5
Tints of Fuchsia #BA5FB5
RGB
CMYK
RGB Variations
Color information
#BA5FB5 (or 0xBA5FB5) is known color: Fuchsia. HEX triplet: BA, 5F and B5. RGB value is (186,95,181). Sum of RGB (Red+Green+Blue) = 186+95+181=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FB5 is #45A04A. Grayscale: #838383. Windows color (decimal): -4563019 or 11886522. OLE color: 11886522.
HSL color Cylindrical-coordinate representation of color #BA5FB5: hue angle of 303.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FB5 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 181 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.27 |
| HSL | 303.3º | 0.4% | 0.55% | - |
| HSV(B) | 303.3º | 0.49% | 0.73% | - |
| XYZ | 32.68 | 21.96 | 46.23 | - |
| YUV | 132.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 181 | 0 | 0.49 | 0.03 | 0.27 | 303.3 | 0.4 | 0.55 |
| Hex | BA | 5F | B5 | 0 | 31 | 3 | 1B | 12F | 28 | 37 |
| Octal | 272 | 137 | 265 | 0 | 61 | 3 | 33 | 457 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10110101 | 0 | 110001 | 11 | 11011 | 100101111 | 101000 | 110111 |
Color Harmonies of #BA5FB5
Complementary color
Monochromatic Colors of #BA5FB5
Black with #BA5FB5
Text Example
Text Example
White with #BA5FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FB5; }
p { color: rgb(186,95,181); }
H1.HeaderClassName
{
color: #BA5FB5;
}
.AnyTagClassName
{
color: #BA5FB5;
}
</style>
background-color css
<style>
a { background-color: #BA5FB5; }
a { background-color: rgb(186,95,181); }
div.DivClassName
{
background-color: #BA5FB5;
}
.BgClassName
{
background-color: #BA5FB5;
}
</style>
border-color css
<style>
span { border-color: #BA5FB5; }
span { border-color: rgb(186,95,181); }
td.TdClassName
{
border-color: #BA5FB5;
}
.TagClassName
{
border-color: #BA5FB5;
}
</style>