Shades of Fuchsia #BA27B8
Tints of Fuchsia #BA27B8
RGB
CMYK
RGB Variations
Color information
#BA27B8 (or 0xBA27B8) is known color: Fuchsia. HEX triplet: BA, 27 and B8. RGB value is (186,39,184). Sum of RGB (Red+Green+Blue) = 186+39+184=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B8 is #45D847. Grayscale: #636363. Windows color (decimal): -4577352 or 12068794. OLE color: 12068794.
HSL color Cylindrical-coordinate representation of color #BA27B8: hue angle of 300.82º 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 #BA27B8 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 184 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.27 |
| HSL | 300.82º | 0.65% | 0.44% | - |
| HSV(B) | 300.82º | 0.79% | 0.73% | - |
| XYZ | 29.63 | 15.35 | 46.75 | - |
| YUV | 99.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 184 | 0 | 0.79 | 0.01 | 0.27 | 300.82 | 0.65 | 0.44 |
| Hex | BA | 27 | B8 | 0 | 4F | 1 | 1B | 12D | 41 | 2C |
| Octal | 272 | 47 | 270 | 0 | 117 | 1 | 33 | 455 | 101 | 54 |
| Binary | 10111010 | 100111 | 10111000 | 0 | 1001111 | 1 | 11011 | 100101101 | 1000001 | 101100 |
Color Harmonies of #BA27B8
Complementary color
Monochromatic Colors of #BA27B8
Black with #BA27B8
Text Example
Text Example
White with #BA27B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27B8; }
p { color: rgb(186,39,184); }
H1.HeaderClassName
{
color: #BA27B8;
}
.AnyTagClassName
{
color: #BA27B8;
}
</style>
background-color css
<style>
a { background-color: #BA27B8; }
a { background-color: rgb(186,39,184); }
div.DivClassName
{
background-color: #BA27B8;
}
.BgClassName
{
background-color: #BA27B8;
}
</style>
border-color css
<style>
span { border-color: #BA27B8; }
span { border-color: rgb(186,39,184); }
td.TdClassName
{
border-color: #BA27B8;
}
.TagClassName
{
border-color: #BA27B8;
}
</style>