#BA3DB4

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

Shades of Fuchsia #BA3DB4

Tints of Fuchsia #BA3DB4

Color information

#BA3DB4 (or 0xBA3DB4) is unknown color: approx Fuchsia. HEX triplet: BA, 3D and B4. RGB value is (186,61,180). Sum of RGB (Red+Green+Blue) = 186+61+180=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DB4 is #45C24B. Grayscale: #6F6F6F. Windows color (decimal): -4571724 or 11812282. OLE color: 11812282.

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

Color convert

RGB18661180-
CMYK00.670.030.27
HSL302.88º50.61%48.43%-
HSV(B)302.88º67.2%72.94%-
XYZ30.1617.0744.89-
YUV111.94166.41180.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 61 (24.22% from 255) = 14.29%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=43.56%
G=14.29%
B=42.15%

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
Decimal1866118000.670.030.27302.8850.6148.43
HexBA3DB404331B12f3330
Octal2727526401033334576360
Binary1011101011110110110100010000111111011100101111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DB4; }

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

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

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

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

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

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

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

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