Shades of Fuchsia #BA6CB6
Tints of Fuchsia #BA6CB6
RGB
CMYK
RGB Variations
Color information
#BA6CB6 (or 0xBA6CB6) is known color: Fuchsia. HEX triplet: BA, 6C and B6. RGB value is (186,108,182). Sum of RGB (Red+Green+Blue) = 186+108+182=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB6 is #459349. Grayscale: #8B8B8B. Windows color (decimal): -4559690 or 11955386. OLE color: 11955386.
HSL color Cylindrical-coordinate representation of color #BA6CB6: hue angle of 303.08º 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 #BA6CB6 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 182 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.27 |
| HSL | 303.08º | 0.36% | 0.58% | - |
| HSV(B) | 303.08º | 0.42% | 0.73% | - |
| XYZ | 34.06 | 24.54 | 47.2 | - |
| YUV | 139.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 182 | 0 | 0.42 | 0.02 | 0.27 | 303.08 | 0.36 | 0.58 |
| Hex | BA | 6C | B6 | 0 | 2A | 2 | 1B | 12F | 24 | 3A |
| Octal | 272 | 154 | 266 | 0 | 52 | 2 | 33 | 457 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10110110 | 0 | 101010 | 10 | 11011 | 100101111 | 100100 | 111010 |
Color Harmonies of #BA6CB6
Complementary color
Monochromatic Colors of #BA6CB6
Black with #BA6CB6
Text Example
Text Example
White with #BA6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CB6; }
p { color: rgb(186,108,182); }
H1.HeaderClassName
{
color: #BA6CB6;
}
.AnyTagClassName
{
color: #BA6CB6;
}
</style>
background-color css
<style>
a { background-color: #BA6CB6; }
a { background-color: rgb(186,108,182); }
div.DivClassName
{
background-color: #BA6CB6;
}
.BgClassName
{
background-color: #BA6CB6;
}
</style>
border-color css
<style>
span { border-color: #BA6CB6; }
span { border-color: rgb(186,108,182); }
td.TdClassName
{
border-color: #BA6CB6;
}
.TagClassName
{
border-color: #BA6CB6;
}
</style>