Shades of Fuchsia #BA5DB4
Tints of Fuchsia #BA5DB4
RGB
CMYK
RGB Variations
Color information
#BA5DB4 (or 0xBA5DB4) is known color: Fuchsia. HEX triplet: BA, 5D and B4. RGB value is (186,93,180). Sum of RGB (Red+Green+Blue) = 186+93+180=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DB4 is #45A24B. Grayscale: #828282. Windows color (decimal): -4563532 or 11820474. OLE color: 11820474.
HSL color Cylindrical-coordinate representation of color #BA5DB4: hue angle of 303.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5DB4 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 180 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.27 |
| HSL | 303.87º | 0.4% | 0.55% | - |
| HSV(B) | 303.87º | 0.5% | 0.73% | - |
| XYZ | 32.4 | 21.56 | 45.63 | - |
| YUV | 130.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 180 | 0 | 0.5 | 0.03 | 0.27 | 303.87 | 0.4 | 0.55 |
| Hex | BA | 5D | B4 | 0 | 32 | 3 | 1B | 130 | 28 | 37 |
| Octal | 272 | 135 | 264 | 0 | 62 | 3 | 33 | 460 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10110100 | 0 | 110010 | 11 | 11011 | 100110000 | 101000 | 110111 |
Color Harmonies of #BA5DB4
Complementary color
Monochromatic Colors of #BA5DB4
Black with #BA5DB4
Text Example
Text Example
White with #BA5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DB4; }
p { color: rgb(186,93,180); }
H1.HeaderClassName
{
color: #BA5DB4;
}
.AnyTagClassName
{
color: #BA5DB4;
}
</style>
background-color css
<style>
a { background-color: #BA5DB4; }
a { background-color: rgb(186,93,180); }
div.DivClassName
{
background-color: #BA5DB4;
}
.BgClassName
{
background-color: #BA5DB4;
}
</style>
border-color css
<style>
span { border-color: #BA5DB4; }
span { border-color: rgb(186,93,180); }
td.TdClassName
{
border-color: #BA5DB4;
}
.TagClassName
{
border-color: #BA5DB4;
}
</style>