Shades of Fuchsia #BA69B2
Tints of Fuchsia #BA69B2
RGB
CMYK
RGB Variations
Color information
#BA69B2 (or 0xBA69B2) is known color: Fuchsia. HEX triplet: BA, 69 and B2. RGB value is (186,105,178). Sum of RGB (Red+Green+Blue) = 186+105+178=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69B2 is #45964D. Grayscale: #898989. Windows color (decimal): -4560462 or 11692474. OLE color: 11692474.
HSL color Cylindrical-coordinate representation of color #BA69B2: hue angle of 305.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69B2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 178 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.27 |
| HSL | 305.93º | 0.37% | 0.57% | - |
| HSV(B) | 305.93º | 0.44% | 0.73% | - |
| XYZ | 33.34 | 23.76 | 44.95 | - |
| YUV | 137.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 178 | 0 | 0.44 | 0.04 | 0.27 | 305.93 | 0.37 | 0.57 |
| Hex | BA | 69 | B2 | 0 | 2C | 4 | 1B | 132 | 25 | 39 |
| Octal | 272 | 151 | 262 | 0 | 54 | 4 | 33 | 462 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10110010 | 0 | 101100 | 100 | 11011 | 100110010 | 100101 | 111001 |
Color Harmonies of #BA69B2
Complementary color
Monochromatic Colors of #BA69B2
Black with #BA69B2
Text Example
Text Example
White with #BA69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69B2; }
p { color: rgb(186,105,178); }
H1.HeaderClassName
{
color: #BA69B2;
}
.AnyTagClassName
{
color: #BA69B2;
}
</style>
background-color css
<style>
a { background-color: #BA69B2; }
a { background-color: rgb(186,105,178); }
div.DivClassName
{
background-color: #BA69B2;
}
.BgClassName
{
background-color: #BA69B2;
}
</style>
border-color css
<style>
span { border-color: #BA69B2; }
span { border-color: rgb(186,105,178); }
td.TdClassName
{
border-color: #BA69B2;
}
.TagClassName
{
border-color: #BA69B2;
}
</style>