Shades of Fuchsia #BA69C2
Tints of Fuchsia #BA69C2
RGB
CMYK
RGB Variations
Color information
#BA69C2 (or 0xBA69C2) is known color: Fuchsia. HEX triplet: BA, 69 and C2. RGB value is (186,105,194). Sum of RGB (Red+Green+Blue) = 186+105+194=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69C2 is #45963D. Grayscale: #8B8B8B. Windows color (decimal): -4560446 or 12741050. OLE color: 12741050.
HSL color Cylindrical-coordinate representation of color #BA69C2: hue angle of 294.61º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA69C2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 105 | 194 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.24 |
| HSL | 294.61º | 0.42% | 0.59% | - |
| HSV(B) | 294.61º | 0.46% | 0.76% | - |
| XYZ | 35.04 | 24.44 | 53.91 | - |
| YUV | 139.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 194 | 0.04 | 0.46 | 0 | 0.24 | 294.61 | 0.42 | 0.59 |
| Hex | BA | 69 | C2 | 4 | 2E | 0 | 18 | 127 | 2A | 3B |
| Octal | 272 | 151 | 302 | 4 | 56 | 0 | 30 | 447 | 52 | 73 |
| Binary | 10111010 | 1101001 | 11000010 | 100 | 101110 | 0 | 11000 | 100100111 | 101010 | 111011 |
Color Harmonies of #BA69C2
Complementary color
Monochromatic Colors of #BA69C2
Black with #BA69C2
Text Example
Text Example
White with #BA69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69C2; }
p { color: rgb(186,105,194); }
H1.HeaderClassName
{
color: #BA69C2;
}
.AnyTagClassName
{
color: #BA69C2;
}
</style>
background-color css
<style>
a { background-color: #BA69C2; }
a { background-color: rgb(186,105,194); }
div.DivClassName
{
background-color: #BA69C2;
}
.BgClassName
{
background-color: #BA69C2;
}
</style>
border-color css
<style>
span { border-color: #BA69C2; }
span { border-color: rgb(186,105,194); }
td.TdClassName
{
border-color: #BA69C2;
}
.TagClassName
{
border-color: #BA69C2;
}
</style>