Shades of Fuchsia #BA67C4
Tints of Fuchsia #BA67C4
RGB
CMYK
RGB Variations
Color information
#BA67C4 (or 0xBA67C4) is known color: Fuchsia. HEX triplet: BA, 67 and C4. RGB value is (186,103,196). Sum of RGB (Red+Green+Blue) = 186+103+196=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA67C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67C4 is #45983B. Grayscale: #8A8A8A. Windows color (decimal): -4560956 or 12871610. OLE color: 12871610.
HSL color Cylindrical-coordinate representation of color #BA67C4: hue angle of 293.55º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA67C4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 103 | 196 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.23 |
| HSL | 293.55º | 0.44% | 0.59% | - |
| HSV(B) | 293.55º | 0.47% | 0.77% | - |
| XYZ | 35.06 | 24.13 | 55.03 | - |
| YUV | 138.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 196 | 0.05 | 0.47 | 0 | 0.23 | 293.55 | 0.44 | 0.59 |
| Hex | BA | 67 | C4 | 5 | 2F | 0 | 17 | 126 | 2C | 3B |
| Octal | 272 | 147 | 304 | 5 | 57 | 0 | 27 | 446 | 54 | 73 |
| Binary | 10111010 | 1100111 | 11000100 | 101 | 101111 | 0 | 10111 | 100100110 | 101100 | 111011 |
Color Harmonies of #BA67C4
Complementary color
Monochromatic Colors of #BA67C4
Black with #BA67C4
Text Example
Text Example
White with #BA67C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67C4; }
p { color: rgb(186,103,196); }
H1.HeaderClassName
{
color: #BA67C4;
}
.AnyTagClassName
{
color: #BA67C4;
}
</style>
background-color css
<style>
a { background-color: #BA67C4; }
a { background-color: rgb(186,103,196); }
div.DivClassName
{
background-color: #BA67C4;
}
.BgClassName
{
background-color: #BA67C4;
}
</style>
border-color css
<style>
span { border-color: #BA67C4; }
span { border-color: rgb(186,103,196); }
td.TdClassName
{
border-color: #BA67C4;
}
.TagClassName
{
border-color: #BA67C4;
}
</style>