Shades of Fuchsia #BA67BE
Tints of Fuchsia #BA67BE
RGB
CMYK
RGB Variations
Color information
#BA67BE (or 0xBA67BE) is known color: Fuchsia. HEX triplet: BA, 67 and BE. RGB value is (186,103,190). Sum of RGB (Red+Green+Blue) = 186+103+190=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67BE is #459841. Grayscale: #898989. Windows color (decimal): -4560962 or 12478394. OLE color: 12478394.
HSL color Cylindrical-coordinate representation of color #BA67BE: hue angle of 297.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA67BE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 103 | 190 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.25 |
| HSL | 297.24º | 0.4% | 0.57% | - |
| HSV(B) | 297.24º | 0.46% | 0.75% | - |
| XYZ | 34.39 | 23.86 | 51.51 | - |
| YUV | 137.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 190 | 0.02 | 0.46 | 0 | 0.25 | 297.24 | 0.4 | 0.57 |
| Hex | BA | 67 | BE | 2 | 2E | 0 | 19 | 129 | 28 | 39 |
| Octal | 272 | 147 | 276 | 2 | 56 | 0 | 31 | 451 | 50 | 71 |
| Binary | 10111010 | 1100111 | 10111110 | 10 | 101110 | 0 | 11001 | 100101001 | 101000 | 111001 |
Color Harmonies of #BA67BE
Complementary color
Monochromatic Colors of #BA67BE
Black with #BA67BE
Text Example
Text Example
White with #BA67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67BE; }
p { color: rgb(186,103,190); }
H1.HeaderClassName
{
color: #BA67BE;
}
.AnyTagClassName
{
color: #BA67BE;
}
</style>
background-color css
<style>
a { background-color: #BA67BE; }
a { background-color: rgb(186,103,190); }
div.DivClassName
{
background-color: #BA67BE;
}
.BgClassName
{
background-color: #BA67BE;
}
</style>
border-color css
<style>
span { border-color: #BA67BE; }
span { border-color: rgb(186,103,190); }
td.TdClassName
{
border-color: #BA67BE;
}
.TagClassName
{
border-color: #BA67BE;
}
</style>