Shades of Fuchsia #BA67B6
Tints of Fuchsia #BA67B6
RGB
CMYK
RGB Variations
Color information
#BA67B6 (or 0xBA67B6) is known color: Fuchsia. HEX triplet: BA, 67 and B6. RGB value is (186,103,182). Sum of RGB (Red+Green+Blue) = 186+103+182=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67B6 is #459849. Grayscale: #888888. Windows color (decimal): -4560970 or 11954106. OLE color: 11954106.
HSL color Cylindrical-coordinate representation of color #BA67B6: hue angle of 302.89º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67B6 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 182 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.27 |
| HSL | 302.89º | 0.38% | 0.57% | - |
| HSV(B) | 302.89º | 0.45% | 0.73% | - |
| XYZ | 33.54 | 23.52 | 47.03 | - |
| YUV | 136.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 182 | 0 | 0.45 | 0.02 | 0.27 | 302.89 | 0.38 | 0.57 |
| Hex | BA | 67 | B6 | 0 | 2D | 2 | 1B | 12F | 26 | 39 |
| Octal | 272 | 147 | 266 | 0 | 55 | 2 | 33 | 457 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10110110 | 0 | 101101 | 10 | 11011 | 100101111 | 100110 | 111001 |
Color Harmonies of #BA67B6
Complementary color
Monochromatic Colors of #BA67B6
Black with #BA67B6
Text Example
Text Example
White with #BA67B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67B6; }
p { color: rgb(186,103,182); }
H1.HeaderClassName
{
color: #BA67B6;
}
.AnyTagClassName
{
color: #BA67B6;
}
</style>
background-color css
<style>
a { background-color: #BA67B6; }
a { background-color: rgb(186,103,182); }
div.DivClassName
{
background-color: #BA67B6;
}
.BgClassName
{
background-color: #BA67B6;
}
</style>
border-color css
<style>
span { border-color: #BA67B6; }
span { border-color: rgb(186,103,182); }
td.TdClassName
{
border-color: #BA67B6;
}
.TagClassName
{
border-color: #BA67B6;
}
</style>