Shades of Fuchsia #BA67BD
Tints of Fuchsia #BA67BD
RGB
CMYK
RGB Variations
Color information
#BA67BD (or 0xBA67BD) is known color: Fuchsia. HEX triplet: BA, 67 and BD. RGB value is (186,103,189). Sum of RGB (Red+Green+Blue) = 186+103+189=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67BD is #459842. Grayscale: #898989. Windows color (decimal): -4560963 or 12412858. OLE color: 12412858.
HSL color Cylindrical-coordinate representation of color #BA67BD: hue angle of 297.91º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA67BD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 103 | 189 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.26 |
| HSL | 297.91º | 0.39% | 0.57% | - |
| HSV(B) | 297.91º | 0.46% | 0.74% | - |
| XYZ | 34.29 | 23.81 | 50.93 | - |
| YUV | 137.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 189 | 0.02 | 0.46 | 0 | 0.26 | 297.91 | 0.39 | 0.57 |
| Hex | BA | 67 | BD | 2 | 2E | 0 | 1A | 12A | 27 | 39 |
| Octal | 272 | 147 | 275 | 2 | 56 | 0 | 32 | 452 | 47 | 71 |
| Binary | 10111010 | 1100111 | 10111101 | 10 | 101110 | 0 | 11010 | 100101010 | 100111 | 111001 |
Color Harmonies of #BA67BD
Complementary color
Monochromatic Colors of #BA67BD
Black with #BA67BD
Text Example
Text Example
White with #BA67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67BD; }
p { color: rgb(186,103,189); }
H1.HeaderClassName
{
color: #BA67BD;
}
.AnyTagClassName
{
color: #BA67BD;
}
</style>
background-color css
<style>
a { background-color: #BA67BD; }
a { background-color: rgb(186,103,189); }
div.DivClassName
{
background-color: #BA67BD;
}
.BgClassName
{
background-color: #BA67BD;
}
</style>
border-color css
<style>
span { border-color: #BA67BD; }
span { border-color: rgb(186,103,189); }
td.TdClassName
{
border-color: #BA67BD;
}
.TagClassName
{
border-color: #BA67BD;
}
</style>