Shades of Fuchsia #BA67C0
Tints of Fuchsia #BA67C0
RGB
CMYK
RGB Variations
Color information
#BA67C0 (or 0xBA67C0) is known color: Fuchsia. HEX triplet: BA, 67 and C0. RGB value is (186,103,192). Sum of RGB (Red+Green+Blue) = 186+103+192=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA67C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67C0 is #45983F. Grayscale: #898989. Windows color (decimal): -4560960 or 12609466. OLE color: 12609466.
HSL color Cylindrical-coordinate representation of color #BA67C0: hue angle of 295.96º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA67C0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 103 | 192 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.25 |
| HSL | 295.96º | 0.41% | 0.58% | - |
| HSV(B) | 295.96º | 0.46% | 0.75% | - |
| XYZ | 34.61 | 23.95 | 52.67 | - |
| YUV | 137.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 192 | 0.03 | 0.46 | 0 | 0.25 | 295.96 | 0.41 | 0.58 |
| Hex | BA | 67 | C0 | 3 | 2E | 0 | 19 | 128 | 29 | 3A |
| Octal | 272 | 147 | 300 | 3 | 56 | 0 | 31 | 450 | 51 | 72 |
| Binary | 10111010 | 1100111 | 11000000 | 11 | 101110 | 0 | 11001 | 100101000 | 101001 | 111010 |
Color Harmonies of #BA67C0
Complementary color
Monochromatic Colors of #BA67C0
Black with #BA67C0
Text Example
Text Example
White with #BA67C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67C0; }
p { color: rgb(186,103,192); }
H1.HeaderClassName
{
color: #BA67C0;
}
.AnyTagClassName
{
color: #BA67C0;
}
</style>
background-color css
<style>
a { background-color: #BA67C0; }
a { background-color: rgb(186,103,192); }
div.DivClassName
{
background-color: #BA67C0;
}
.BgClassName
{
background-color: #BA67C0;
}
</style>
border-color css
<style>
span { border-color: #BA67C0; }
span { border-color: rgb(186,103,192); }
td.TdClassName
{
border-color: #BA67C0;
}
.TagClassName
{
border-color: #BA67C0;
}
</style>