Shades of Fuchsia #BA6FB3
Tints of Fuchsia #BA6FB3
RGB
CMYK
RGB Variations
Color information
#BA6FB3 (or 0xBA6FB3) is known color: Fuchsia. HEX triplet: BA, 6F and B3. RGB value is (186,111,179). Sum of RGB (Red+Green+Blue) = 186+111+179=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FB3 is #45904C. Grayscale: #8C8C8C. Windows color (decimal): -4558925 or 11759546. OLE color: 11759546.
HSL color Cylindrical-coordinate representation of color #BA6FB3: hue angle of 305.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FB3 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 179 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.27 |
| HSL | 305.6º | 0.35% | 0.58% | - |
| HSV(B) | 305.6º | 0.4% | 0.73% | - |
| XYZ | 34.07 | 25.06 | 45.69 | - |
| YUV | 141.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 179 | 0 | 0.40 | 0.04 | 0.27 | 305.6 | 0.35 | 0.58 |
| Hex | BA | 6F | B3 | 0 | 28 | 4 | 1B | 132 | 23 | 3A |
| Octal | 272 | 157 | 263 | 0 | 50 | 4 | 33 | 462 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10110011 | 0 | 101000 | 100 | 11011 | 100110010 | 100011 | 111010 |
Color Harmonies of #BA6FB3
Complementary color
Monochromatic Colors of #BA6FB3
Black with #BA6FB3
Text Example
Text Example
White with #BA6FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FB3; }
p { color: rgb(186,111,179); }
H1.HeaderClassName
{
color: #BA6FB3;
}
.AnyTagClassName
{
color: #BA6FB3;
}
</style>
background-color css
<style>
a { background-color: #BA6FB3; }
a { background-color: rgb(186,111,179); }
div.DivClassName
{
background-color: #BA6FB3;
}
.BgClassName
{
background-color: #BA6FB3;
}
</style>
border-color css
<style>
span { border-color: #BA6FB3; }
span { border-color: rgb(186,111,179); }
td.TdClassName
{
border-color: #BA6FB3;
}
.TagClassName
{
border-color: #BA6FB3;
}
</style>