Shades of Fuchsia #BA3FB4
Tints of Fuchsia #BA3FB4
RGB
CMYK
RGB Variations
Color information
#BA3FB4 (or 0xBA3FB4) is known color: Fuchsia. HEX triplet: BA, 3F and B4. RGB value is (186,63,180). Sum of RGB (Red+Green+Blue) = 186+63+180=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FB4 is #45C04B. Grayscale: #707070. Windows color (decimal): -4571212 or 11812794. OLE color: 11812794.
HSL color Cylindrical-coordinate representation of color #BA3FB4: hue angle of 302.93º 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 #BA3FB4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 180 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.27 |
| HSL | 302.93º | 0.49% | 0.49% | - |
| HSV(B) | 302.93º | 0.66% | 0.73% | - |
| XYZ | 30.27 | 17.29 | 44.92 | - |
| YUV | 113.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 180 | 0 | 0.66 | 0.03 | 0.27 | 302.93 | 0.49 | 0.49 |
| Hex | BA | 3F | B4 | 0 | 42 | 3 | 1B | 12F | 31 | 31 |
| Octal | 272 | 77 | 264 | 0 | 102 | 3 | 33 | 457 | 61 | 61 |
| Binary | 10111010 | 111111 | 10110100 | 0 | 1000010 | 11 | 11011 | 100101111 | 110001 | 110001 |
Color Harmonies of #BA3FB4
Complementary color
Monochromatic Colors of #BA3FB4
Black with #BA3FB4
Text Example
Text Example
White with #BA3FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FB4; }
p { color: rgb(186,63,180); }
H1.HeaderClassName
{
color: #BA3FB4;
}
.AnyTagClassName
{
color: #BA3FB4;
}
</style>
background-color css
<style>
a { background-color: #BA3FB4; }
a { background-color: rgb(186,63,180); }
div.DivClassName
{
background-color: #BA3FB4;
}
.BgClassName
{
background-color: #BA3FB4;
}
</style>
border-color css
<style>
span { border-color: #BA3FB4; }
span { border-color: rgb(186,63,180); }
td.TdClassName
{
border-color: #BA3FB4;
}
.TagClassName
{
border-color: #BA3FB4;
}
</style>