Shades of Fuchsia #BA5CB3
Tints of Fuchsia #BA5CB3
RGB
CMYK
RGB Variations
Color information
#BA5CB3 (or 0xBA5CB3) is known color: Fuchsia. HEX triplet: BA, 5C and B3. RGB value is (186,92,179). Sum of RGB (Red+Green+Blue) = 186+92+179=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB3 is #45A34C. Grayscale: #818181. Windows color (decimal): -4563789 or 11754682. OLE color: 11754682.
HSL color Cylindrical-coordinate representation of color #BA5CB3: hue angle of 304.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5CB3 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 179 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.27 |
| HSL | 304.47º | 0.41% | 0.55% | - |
| HSV(B) | 304.47º | 0.51% | 0.73% | - |
| XYZ | 32.21 | 21.35 | 45.07 | - |
| YUV | 130.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 179 | 0 | 0.51 | 0.04 | 0.27 | 304.47 | 0.41 | 0.55 |
| Hex | BA | 5C | B3 | 0 | 33 | 4 | 1B | 130 | 29 | 37 |
| Octal | 272 | 134 | 263 | 0 | 63 | 4 | 33 | 460 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10110011 | 0 | 110011 | 100 | 11011 | 100110000 | 101001 | 110111 |
Color Harmonies of #BA5CB3
Complementary color
Monochromatic Colors of #BA5CB3
Black with #BA5CB3
Text Example
Text Example
White with #BA5CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CB3; }
p { color: rgb(186,92,179); }
H1.HeaderClassName
{
color: #BA5CB3;
}
.AnyTagClassName
{
color: #BA5CB3;
}
</style>
background-color css
<style>
a { background-color: #BA5CB3; }
a { background-color: rgb(186,92,179); }
div.DivClassName
{
background-color: #BA5CB3;
}
.BgClassName
{
background-color: #BA5CB3;
}
</style>
border-color css
<style>
span { border-color: #BA5CB3; }
span { border-color: rgb(186,92,179); }
td.TdClassName
{
border-color: #BA5CB3;
}
.TagClassName
{
border-color: #BA5CB3;
}
</style>