Shades of Fuchsia #BA27B3
Tints of Fuchsia #BA27B3
RGB
CMYK
RGB Variations
Color information
#BA27B3 (or 0xBA27B3) is known color: Fuchsia. HEX triplet: BA, 27 and B3. RGB value is (186,39,179). Sum of RGB (Red+Green+Blue) = 186+39+179=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B3 is #45D84C. Grayscale: #626262. Windows color (decimal): -4577357 or 11741114. OLE color: 11741114.
HSL color Cylindrical-coordinate representation of color #BA27B3: hue angle of 302.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA27B3 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 179 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.27 |
| HSL | 302.86º | 0.65% | 0.44% | - |
| HSV(B) | 302.86º | 0.79% | 0.73% | - |
| XYZ | 29.11 | 15.14 | 44.04 | - |
| YUV | 98.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 179 | 0 | 0.79 | 0.04 | 0.27 | 302.86 | 0.65 | 0.44 |
| Hex | BA | 27 | B3 | 0 | 4F | 4 | 1B | 12F | 41 | 2C |
| Octal | 272 | 47 | 263 | 0 | 117 | 4 | 33 | 457 | 101 | 54 |
| Binary | 10111010 | 100111 | 10110011 | 0 | 1001111 | 100 | 11011 | 100101111 | 1000001 | 101100 |
Color Harmonies of #BA27B3
Complementary color
Monochromatic Colors of #BA27B3
Black with #BA27B3
Text Example
Text Example
White with #BA27B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27B3; }
p { color: rgb(186,39,179); }
H1.HeaderClassName
{
color: #BA27B3;
}
.AnyTagClassName
{
color: #BA27B3;
}
</style>
background-color css
<style>
a { background-color: #BA27B3; }
a { background-color: rgb(186,39,179); }
div.DivClassName
{
background-color: #BA27B3;
}
.BgClassName
{
background-color: #BA27B3;
}
</style>
border-color css
<style>
span { border-color: #BA27B3; }
span { border-color: rgb(186,39,179); }
td.TdClassName
{
border-color: #BA27B3;
}
.TagClassName
{
border-color: #BA27B3;
}
</style>