Shades of Fuchsia #BA74BB
Tints of Fuchsia #BA74BB
RGB
CMYK
RGB Variations
Color information
#BA74BB (or 0xBA74BB) is known color: Fuchsia. HEX triplet: BA, 74 and BB. RGB value is (186,116,187). Sum of RGB (Red+Green+Blue) = 186+116+187=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74BB is #458B44. Grayscale: #909090. Windows color (decimal): -4557637 or 12285114. OLE color: 12285114.
HSL color Cylindrical-coordinate representation of color #BA74BB: hue angle of 299.15º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA74BB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 187 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.27 |
| HSL | 299.15º | 0.34% | 0.59% | - |
| HSV(B) | 299.15º | 0.38% | 0.73% | - |
| XYZ | 35.46 | 26.52 | 50.26 | - |
| YUV | 145.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 187 | 0.01 | 0.38 | 0 | 0.27 | 299.15 | 0.34 | 0.59 |
| Hex | BA | 74 | BB | 1 | 26 | 0 | 1B | 12B | 22 | 3B |
| Octal | 272 | 164 | 273 | 1 | 46 | 0 | 33 | 453 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10111011 | 1 | 100110 | 0 | 11011 | 100101011 | 100010 | 111011 |
Color Harmonies of #BA74BB
Complementary color
Monochromatic Colors of #BA74BB
Black with #BA74BB
Text Example
Text Example
White with #BA74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74BB; }
p { color: rgb(186,116,187); }
H1.HeaderClassName
{
color: #BA74BB;
}
.AnyTagClassName
{
color: #BA74BB;
}
</style>
background-color css
<style>
a { background-color: #BA74BB; }
a { background-color: rgb(186,116,187); }
div.DivClassName
{
background-color: #BA74BB;
}
.BgClassName
{
background-color: #BA74BB;
}
</style>
border-color css
<style>
span { border-color: #BA74BB; }
span { border-color: rgb(186,116,187); }
td.TdClassName
{
border-color: #BA74BB;
}
.TagClassName
{
border-color: #BA74BB;
}
</style>