Shades of Fuchsia #BA68B5
Tints of Fuchsia #BA68B5
RGB
CMYK
RGB Variations
Color information
#BA68B5 (or 0xBA68B5) is known color: Fuchsia. HEX triplet: BA, 68 and B5. RGB value is (186,104,181). Sum of RGB (Red+Green+Blue) = 186+104+181=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B5 is #45974A. Grayscale: #898989. Windows color (decimal): -4560715 or 11888826. OLE color: 11888826.
HSL color Cylindrical-coordinate representation of color #BA68B5: hue angle of 303.66º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68B5 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 181 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.27 |
| HSL | 303.66º | 0.37% | 0.57% | - |
| HSV(B) | 303.66º | 0.44% | 0.73% | - |
| XYZ | 33.54 | 23.68 | 46.52 | - |
| YUV | 137.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 181 | 0 | 0.44 | 0.03 | 0.27 | 303.66 | 0.37 | 0.57 |
| Hex | BA | 68 | B5 | 0 | 2C | 3 | 1B | 130 | 25 | 39 |
| Octal | 272 | 150 | 265 | 0 | 54 | 3 | 33 | 460 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10110101 | 0 | 101100 | 11 | 11011 | 100110000 | 100101 | 111001 |
Color Harmonies of #BA68B5
Complementary color
Monochromatic Colors of #BA68B5
Black with #BA68B5
Text Example
Text Example
White with #BA68B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68B5; }
p { color: rgb(186,104,181); }
H1.HeaderClassName
{
color: #BA68B5;
}
.AnyTagClassName
{
color: #BA68B5;
}
</style>
background-color css
<style>
a { background-color: #BA68B5; }
a { background-color: rgb(186,104,181); }
div.DivClassName
{
background-color: #BA68B5;
}
.BgClassName
{
background-color: #BA68B5;
}
</style>
border-color css
<style>
span { border-color: #BA68B5; }
span { border-color: rgb(186,104,181); }
td.TdClassName
{
border-color: #BA68B5;
}
.TagClassName
{
border-color: #BA68B5;
}
</style>