Shades of Fuchsia #BA6CB4
Tints of Fuchsia #BA6CB4
RGB
CMYK
RGB Variations
Color information
#BA6CB4 (or 0xBA6CB4) is known color: Fuchsia. HEX triplet: BA, 6C and B4. RGB value is (186,108,180). Sum of RGB (Red+Green+Blue) = 186+108+180=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB4 is #45934B. Grayscale: #8B8B8B. Windows color (decimal): -4559692 or 11824314. OLE color: 11824314.
HSL color Cylindrical-coordinate representation of color #BA6CB4: hue angle of 304.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CB4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 180 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.27 |
| HSL | 304.62º | 0.36% | 0.58% | - |
| HSV(B) | 304.62º | 0.42% | 0.73% | - |
| XYZ | 33.85 | 24.46 | 46.12 | - |
| YUV | 139.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 180 | 0 | 0.42 | 0.03 | 0.27 | 304.62 | 0.36 | 0.58 |
| Hex | BA | 6C | B4 | 0 | 2A | 3 | 1B | 131 | 24 | 3A |
| Octal | 272 | 154 | 264 | 0 | 52 | 3 | 33 | 461 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10110100 | 0 | 101010 | 11 | 11011 | 100110001 | 100100 | 111010 |
Color Harmonies of #BA6CB4
Complementary color
Monochromatic Colors of #BA6CB4
Black with #BA6CB4
Text Example
Text Example
White with #BA6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CB4; }
p { color: rgb(186,108,180); }
H1.HeaderClassName
{
color: #BA6CB4;
}
.AnyTagClassName
{
color: #BA6CB4;
}
</style>
background-color css
<style>
a { background-color: #BA6CB4; }
a { background-color: rgb(186,108,180); }
div.DivClassName
{
background-color: #BA6CB4;
}
.BgClassName
{
background-color: #BA6CB4;
}
</style>
border-color css
<style>
span { border-color: #BA6CB4; }
span { border-color: rgb(186,108,180); }
td.TdClassName
{
border-color: #BA6CB4;
}
.TagClassName
{
border-color: #BA6CB4;
}
</style>