#BA4BB5

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

Shades of Fuchsia #BA4BB5

Tints of Fuchsia #BA4BB5

Color information

#BA4BB5 (or 0xBA4BB5) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and B5. RGB value is (186,75,181). Sum of RGB (Red+Green+Blue) = 186+75+181=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BB5 is #45B44A. Grayscale: #777777. Windows color (decimal): -4568139 or 11881402. OLE color: 11881402.

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

Color convert

RGB18675181-
CMYK00.600.030.27
HSL302.7º44.58%51.18%-
HSV(B)302.7º59.68%72.94%-
XYZ31.1118.8145.71-
YUV120.27162.27174.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 181 (71.09% from 255) = 40.95%
R=42.08%
G=16.97%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867518100.600.030.27302.744.5851.18
HexBA4BB503C31B12f2d33
Octal2721132650743334575563
Binary1011101010010111011010101111001111011100101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BB5; }

 p { color: rgb(186,75,181); }

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

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

 a { background-color: rgb(186,75,181); }

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

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

 span { border-color: rgb(186,75,181); }

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