Shades of Fuchsia #BA65B5
Tints of Fuchsia #BA65B5
RGB
CMYK
RGB Variations
Color information
#BA65B5 (or 0xBA65B5) is known color: Fuchsia. HEX triplet: BA, 65 and B5. RGB value is (186,101,181). Sum of RGB (Red+Green+Blue) = 186+101+181=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65B5 is #459A4A. Grayscale: #878787. Windows color (decimal): -4561483 or 11888058. OLE color: 11888058.
HSL color Cylindrical-coordinate representation of color #BA65B5: hue angle of 303.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA65B5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 181 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.27 |
| HSL | 303.53º | 0.38% | 0.56% | - |
| HSV(B) | 303.53º | 0.46% | 0.73% | - |
| XYZ | 33.24 | 23.08 | 46.42 | - |
| YUV | 135.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 181 | 0 | 0.46 | 0.03 | 0.27 | 303.53 | 0.38 | 0.56 |
| Hex | BA | 65 | B5 | 0 | 2E | 3 | 1B | 130 | 26 | 38 |
| Octal | 272 | 145 | 265 | 0 | 56 | 3 | 33 | 460 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10110101 | 0 | 101110 | 11 | 11011 | 100110000 | 100110 | 111000 |
Color Harmonies of #BA65B5
Complementary color
Monochromatic Colors of #BA65B5
Black with #BA65B5
Text Example
Text Example
White with #BA65B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65B5; }
p { color: rgb(186,101,181); }
H1.HeaderClassName
{
color: #BA65B5;
}
.AnyTagClassName
{
color: #BA65B5;
}
</style>
background-color css
<style>
a { background-color: #BA65B5; }
a { background-color: rgb(186,101,181); }
div.DivClassName
{
background-color: #BA65B5;
}
.BgClassName
{
background-color: #BA65B5;
}
</style>
border-color css
<style>
span { border-color: #BA65B5; }
span { border-color: rgb(186,101,181); }
td.TdClassName
{
border-color: #BA65B5;
}
.TagClassName
{
border-color: #BA65B5;
}
</style>