Shades of Fuchsia #BA3DBE
Tints of Fuchsia #BA3DBE
RGB
CMYK
RGB Variations
Color information
#BA3DBE (or 0xBA3DBE) is known color: Fuchsia. HEX triplet: BA, 3D and BE. RGB value is (186,61,190). Sum of RGB (Red+Green+Blue) = 186+61+190=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DBE is #45C241. Grayscale: #707070. Windows color (decimal): -4571714 or 12467642. OLE color: 12467642.
HSL color Cylindrical-coordinate representation of color #BA3DBE: hue angle of 298.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3DBE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 61 | 190 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.25 |
| HSL | 298.14º | 0.51% | 0.49% | - |
| HSV(B) | 298.14º | 0.68% | 0.75% | - |
| XYZ | 31.21 | 17.49 | 50.45 | - |
| YUV | 113.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 190 | 0.02 | 0.68 | 0 | 0.25 | 298.14 | 0.51 | 0.49 |
| Hex | BA | 3D | BE | 2 | 44 | 0 | 19 | 12A | 33 | 31 |
| Octal | 272 | 75 | 276 | 2 | 104 | 0 | 31 | 452 | 63 | 61 |
| Binary | 10111010 | 111101 | 10111110 | 10 | 1000100 | 0 | 11001 | 100101010 | 110011 | 110001 |
Color Harmonies of #BA3DBE
Complementary color
Monochromatic Colors of #BA3DBE
Black with #BA3DBE
Text Example
Text Example
White with #BA3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DBE; }
p { color: rgb(186,61,190); }
H1.HeaderClassName
{
color: #BA3DBE;
}
.AnyTagClassName
{
color: #BA3DBE;
}
</style>
background-color css
<style>
a { background-color: #BA3DBE; }
a { background-color: rgb(186,61,190); }
div.DivClassName
{
background-color: #BA3DBE;
}
.BgClassName
{
background-color: #BA3DBE;
}
</style>
border-color css
<style>
span { border-color: #BA3DBE; }
span { border-color: rgb(186,61,190); }
td.TdClassName
{
border-color: #BA3DBE;
}
.TagClassName
{
border-color: #BA3DBE;
}
</style>