Shades of Fuchsia #BA6CBD
Tints of Fuchsia #BA6CBD
RGB
CMYK
RGB Variations
Color information
#BA6CBD (or 0xBA6CBD) is known color: Fuchsia. HEX triplet: BA, 6C and BD. RGB value is (186,108,189). Sum of RGB (Red+Green+Blue) = 186+108+189=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CBD is #459342. Grayscale: #8C8C8C. Windows color (decimal): -4559683 or 12414138. OLE color: 12414138.
HSL color Cylindrical-coordinate representation of color #BA6CBD: hue angle of 297.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6CBD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 108 | 189 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.26 |
| HSL | 297.78º | 0.38% | 0.58% | - |
| HSV(B) | 297.78º | 0.43% | 0.74% | - |
| XYZ | 34.8 | 24.84 | 51.1 | - |
| YUV | 140.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 189 | 0.02 | 0.43 | 0 | 0.26 | 297.78 | 0.38 | 0.58 |
| Hex | BA | 6C | BD | 2 | 2B | 0 | 1A | 12A | 26 | 3A |
| Octal | 272 | 154 | 275 | 2 | 53 | 0 | 32 | 452 | 46 | 72 |
| Binary | 10111010 | 1101100 | 10111101 | 10 | 101011 | 0 | 11010 | 100101010 | 100110 | 111010 |
Color Harmonies of #BA6CBD
Complementary color
Monochromatic Colors of #BA6CBD
Black with #BA6CBD
Text Example
Text Example
White with #BA6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CBD; }
p { color: rgb(186,108,189); }
H1.HeaderClassName
{
color: #BA6CBD;
}
.AnyTagClassName
{
color: #BA6CBD;
}
</style>
background-color css
<style>
a { background-color: #BA6CBD; }
a { background-color: rgb(186,108,189); }
div.DivClassName
{
background-color: #BA6CBD;
}
.BgClassName
{
background-color: #BA6CBD;
}
</style>
border-color css
<style>
span { border-color: #BA6CBD; }
span { border-color: rgb(186,108,189); }
td.TdClassName
{
border-color: #BA6CBD;
}
.TagClassName
{
border-color: #BA6CBD;
}
</style>