#BA2BAF

Color #BA2BAF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BA2BAF

Tints of Fuchsia #BA2BAF

Color information

#BA2BAF (or 0xBA2BAF) is unknown color: approx Fuchsia. HEX triplet: BA, 2B and AF. RGB value is (186,43,175). Sum of RGB (Red+Green+Blue) = 186+43+175=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BAF is #45D450. Grayscale: #646464. Windows color (decimal): -4576337 or 11479994. OLE color: 11479994.

HSL color Cylindrical-coordinate representation of color #BA2BAF: hue angle of 304.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BAF is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18643175-
CMYK00.770.060.27
HSL304.62º62.45%44.9%-
HSV(B)304.62º76.88%72.94%-
XYZ28.8515.2641.98-
YUV100.8169.88188.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=46.04%
G=10.64%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864317500.770.060.27304.6262.4544.9
HexBA2BAF04D61B1313e2d
Octal2725325701156334617655
Binary10111010101011101011110100110111011011100110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2BAF; }

 p { color: rgb(186,43,175); }

 H1.HeaderClassName
 {
   color: #BA2BAF;
 }
 .AnyTagClassName
 {
   color: #BA2BAF;
 }
</style>
background-color css

<style>
 a { background-color: #BA2BAF; }

 a { background-color: rgb(186,43,175); }

 div.DivClassName
 {
   background-color: #BA2BAF;
 }
 .BgClassName
 {
   background-color: #BA2BAF;
 }
</style>
border-color css

<style>
 span { border-color: #BA2BAF; }

 span { border-color: rgb(186,43,175); }

 td.TdClassName
 {
   border-color: #BA2BAF;
 }
 .TagClassName
 {
   border-color: #BA2BAF;
 }
</style>