Shades of Fuchsia #BA65BC
Tints of Fuchsia #BA65BC
RGB
CMYK
RGB Variations
Color information
#BA65BC (or 0xBA65BC) is known color: Fuchsia. HEX triplet: BA, 65 and BC. RGB value is (186,101,188). Sum of RGB (Red+Green+Blue) = 186+101+188=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65BC is #459A43. Grayscale: #888888. Windows color (decimal): -4561476 or 12346810. OLE color: 12346810.
HSL color Cylindrical-coordinate representation of color #BA65BC: hue angle of 298.62º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA65BC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 101 | 188 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.26 |
| HSL | 298.62º | 0.39% | 0.57% | - |
| HSV(B) | 298.62º | 0.46% | 0.74% | - |
| XYZ | 33.98 | 23.38 | 50.3 | - |
| YUV | 136.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 188 | 0.01 | 0.46 | 0 | 0.26 | 298.62 | 0.39 | 0.57 |
| Hex | BA | 65 | BC | 1 | 2E | 0 | 1A | 12B | 27 | 39 |
| Octal | 272 | 145 | 274 | 1 | 56 | 0 | 32 | 453 | 47 | 71 |
| Binary | 10111010 | 1100101 | 10111100 | 1 | 101110 | 0 | 11010 | 100101011 | 100111 | 111001 |
Color Harmonies of #BA65BC
Complementary color
Monochromatic Colors of #BA65BC
Black with #BA65BC
Text Example
Text Example
White with #BA65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65BC; }
p { color: rgb(186,101,188); }
H1.HeaderClassName
{
color: #BA65BC;
}
.AnyTagClassName
{
color: #BA65BC;
}
</style>
background-color css
<style>
a { background-color: #BA65BC; }
a { background-color: rgb(186,101,188); }
div.DivClassName
{
background-color: #BA65BC;
}
.BgClassName
{
background-color: #BA65BC;
}
</style>
border-color css
<style>
span { border-color: #BA65BC; }
span { border-color: rgb(186,101,188); }
td.TdClassName
{
border-color: #BA65BC;
}
.TagClassName
{
border-color: #BA65BC;
}
</style>