#BA3EB4

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

Shades of Fuchsia #BA3EB4

Tints of Fuchsia #BA3EB4

Color information

#BA3EB4 (or 0xBA3EB4) is unknown color: approx Fuchsia. HEX triplet: BA, 3E and B4. RGB value is (186,62,180). Sum of RGB (Red+Green+Blue) = 186+62+180=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EB4 is #45C14B. Grayscale: #707070. Windows color (decimal): -4571468 or 11812538. OLE color: 11812538.

HSL color Cylindrical-coordinate representation of color #BA3EB4: hue angle of 302.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EB4 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18662180-
CMYK00.670.030.27
HSL302.9º50%48.63%-
HSV(B)302.9º66.67%72.94%-
XYZ30.2117.1844.9-
YUV112.53166.08180.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 62 (24.61% from 255) = 14.49%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=43.46%
G=14.49%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866218000.670.030.27302.95048.63
HexBA3EB404331B12f3231
Octal2727626401033334576261
Binary1011101011111010110100010000111111011100101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EB4; }

 p { color: rgb(186,62,180); }

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

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

 a { background-color: rgb(186,62,180); }

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

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

 span { border-color: rgb(186,62,180); }

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