Shades of Fuchsia #BA6FB6
Tints of Fuchsia #BA6FB6
RGB
CMYK
RGB Variations
Color information
#BA6FB6 (or 0xBA6FB6) is known color: Fuchsia. HEX triplet: BA, 6F and B6. RGB value is (186,111,182). Sum of RGB (Red+Green+Blue) = 186+111+182=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FB6 is #459049. Grayscale: #8D8D8D. Windows color (decimal): -4558922 or 11956154. OLE color: 11956154.
HSL color Cylindrical-coordinate representation of color #BA6FB6: hue angle of 303.2º 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 #BA6FB6 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 182 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.27 |
| HSL | 303.2º | 0.35% | 0.58% | - |
| HSV(B) | 303.2º | 0.4% | 0.73% | - |
| XYZ | 34.38 | 25.19 | 47.31 | - |
| YUV | 141.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 182 | 0 | 0.40 | 0.02 | 0.27 | 303.2 | 0.35 | 0.58 |
| Hex | BA | 6F | B6 | 0 | 28 | 2 | 1B | 12F | 23 | 3A |
| Octal | 272 | 157 | 266 | 0 | 50 | 2 | 33 | 457 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10110110 | 0 | 101000 | 10 | 11011 | 100101111 | 100011 | 111010 |
Color Harmonies of #BA6FB6
Complementary color
Monochromatic Colors of #BA6FB6
Black with #BA6FB6
Text Example
Text Example
White with #BA6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FB6; }
p { color: rgb(186,111,182); }
H1.HeaderClassName
{
color: #BA6FB6;
}
.AnyTagClassName
{
color: #BA6FB6;
}
</style>
background-color css
<style>
a { background-color: #BA6FB6; }
a { background-color: rgb(186,111,182); }
div.DivClassName
{
background-color: #BA6FB6;
}
.BgClassName
{
background-color: #BA6FB6;
}
</style>
border-color css
<style>
span { border-color: #BA6FB6; }
span { border-color: rgb(186,111,182); }
td.TdClassName
{
border-color: #BA6FB6;
}
.TagClassName
{
border-color: #BA6FB6;
}
</style>