Shades of Fuchsia #BA63B8
Tints of Fuchsia #BA63B8
RGB
CMYK
RGB Variations
Color information
#BA63B8 (or 0xBA63B8) is known color: Fuchsia. HEX triplet: BA, 63 and B8. RGB value is (186,99,184). Sum of RGB (Red+Green+Blue) = 186+99+184=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63B8 is #459C47. Grayscale: #868686. Windows color (decimal): -4561992 or 12084154. OLE color: 12084154.
HSL color Cylindrical-coordinate representation of color #BA63B8: hue angle of 301.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA63B8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 184 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.27 |
| HSL | 301.38º | 0.39% | 0.56% | - |
| HSV(B) | 301.38º | 0.47% | 0.73% | - |
| XYZ | 33.36 | 22.82 | 47.99 | - |
| YUV | 134.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 184 | 0 | 0.47 | 0.01 | 0.27 | 301.38 | 0.39 | 0.56 |
| Hex | BA | 63 | B8 | 0 | 2F | 1 | 1B | 12D | 27 | 38 |
| Octal | 272 | 143 | 270 | 0 | 57 | 1 | 33 | 455 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10111000 | 0 | 101111 | 1 | 11011 | 100101101 | 100111 | 111000 |
Color Harmonies of #BA63B8
Complementary color
Monochromatic Colors of #BA63B8
Black with #BA63B8
Text Example
Text Example
White with #BA63B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63B8; }
p { color: rgb(186,99,184); }
H1.HeaderClassName
{
color: #BA63B8;
}
.AnyTagClassName
{
color: #BA63B8;
}
</style>
background-color css
<style>
a { background-color: #BA63B8; }
a { background-color: rgb(186,99,184); }
div.DivClassName
{
background-color: #BA63B8;
}
.BgClassName
{
background-color: #BA63B8;
}
</style>
border-color css
<style>
span { border-color: #BA63B8; }
span { border-color: rgb(186,99,184); }
td.TdClassName
{
border-color: #BA63B8;
}
.TagClassName
{
border-color: #BA63B8;
}
</style>