Shades of Fuchsia #BA40B3
Tints of Fuchsia #BA40B3
RGB
CMYK
RGB Variations
Color information
#BA40B3 (or 0xBA40B3) is known color: Fuchsia. HEX triplet: BA, 40 and B3. RGB value is (186,64,179). Sum of RGB (Red+Green+Blue) = 186+64+179=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40B3 is #45BF4C. Grayscale: #717171. Windows color (decimal): -4570957 or 11747514. OLE color: 11747514.
HSL color Cylindrical-coordinate representation of color #BA40B3: hue angle of 303.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40B3 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 179 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.27 |
| HSL | 303.44º | 0.49% | 0.49% | - |
| HSV(B) | 303.44º | 0.66% | 0.73% | - |
| XYZ | 30.22 | 17.36 | 44.41 | - |
| YUV | 113.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 179 | 0 | 0.66 | 0.04 | 0.27 | 303.44 | 0.49 | 0.49 |
| Hex | BA | 40 | B3 | 0 | 42 | 4 | 1B | 12F | 31 | 31 |
| Octal | 272 | 100 | 263 | 0 | 102 | 4 | 33 | 457 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10110011 | 0 | 1000010 | 100 | 11011 | 100101111 | 110001 | 110001 |
Color Harmonies of #BA40B3
Complementary color
Monochromatic Colors of #BA40B3
Black with #BA40B3
Text Example
Text Example
White with #BA40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40B3; }
p { color: rgb(186,64,179); }
H1.HeaderClassName
{
color: #BA40B3;
}
.AnyTagClassName
{
color: #BA40B3;
}
</style>
background-color css
<style>
a { background-color: #BA40B3; }
a { background-color: rgb(186,64,179); }
div.DivClassName
{
background-color: #BA40B3;
}
.BgClassName
{
background-color: #BA40B3;
}
</style>
border-color css
<style>
span { border-color: #BA40B3; }
span { border-color: rgb(186,64,179); }
td.TdClassName
{
border-color: #BA40B3;
}
.TagClassName
{
border-color: #BA40B3;
}
</style>