Shades of Fuchsia #BA78BD
Tints of Fuchsia #BA78BD
RGB
CMYK
RGB Variations
Color information
#BA78BD (or 0xBA78BD) is known color: Fuchsia. HEX triplet: BA, 78 and BD. RGB value is (186,120,189). Sum of RGB (Red+Green+Blue) = 186+120+189=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78BD is #458742. Grayscale: #939393. Windows color (decimal): -4556611 or 12417210. OLE color: 12417210.
HSL color Cylindrical-coordinate representation of color #BA78BD: hue angle of 297.39º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA78BD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 120 | 189 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.26 |
| HSL | 297.39º | 0.34% | 0.61% | - |
| HSV(B) | 297.39º | 0.37% | 0.74% | - |
| XYZ | 36.15 | 27.55 | 51.56 | - |
| YUV | 147.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 189 | 0.02 | 0.37 | 0 | 0.26 | 297.39 | 0.34 | 0.61 |
| Hex | BA | 78 | BD | 2 | 25 | 0 | 1A | 129 | 22 | 3D |
| Octal | 272 | 170 | 275 | 2 | 45 | 0 | 32 | 451 | 42 | 75 |
| Binary | 10111010 | 1111000 | 10111101 | 10 | 100101 | 0 | 11010 | 100101001 | 100010 | 111101 |
Color Harmonies of #BA78BD
Complementary color
Monochromatic Colors of #BA78BD
Black with #BA78BD
Text Example
Text Example
White with #BA78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78BD; }
p { color: rgb(186,120,189); }
H1.HeaderClassName
{
color: #BA78BD;
}
.AnyTagClassName
{
color: #BA78BD;
}
</style>
background-color css
<style>
a { background-color: #BA78BD; }
a { background-color: rgb(186,120,189); }
div.DivClassName
{
background-color: #BA78BD;
}
.BgClassName
{
background-color: #BA78BD;
}
</style>
border-color css
<style>
span { border-color: #BA78BD; }
span { border-color: rgb(186,120,189); }
td.TdClassName
{
border-color: #BA78BD;
}
.TagClassName
{
border-color: #BA78BD;
}
</style>