#BA4CB1

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

Shades of Fuchsia #BA4CB1

Tints of Fuchsia #BA4CB1

Color information

#BA4CB1 (or 0xBA4CB1) is unknown color: approx Fuchsia. HEX triplet: BA, 4C and B1. RGB value is (186,76,177). Sum of RGB (Red+Green+Blue) = 186+76+177=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CB1 is #45B34E. Grayscale: #787878. Windows color (decimal): -4567887 or 11619514. OLE color: 11619514.

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

Color convert

RGB18676177-
CMYK00.590.050.27
HSL304.91º44.35%51.37%-
HSV(B)304.91º59.14%72.94%-
XYZ30.7718.7843.6-
YUV120.4159.94174.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=42.37%
G=17.31%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867617700.590.050.27304.9144.3551.37
HexBA4CB103B51B1312c33
Octal2721142610735334615463
Binary10111010100110010110001011101110111011100110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CB1; }

 p { color: rgb(186,76,177); }

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

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

 a { background-color: rgb(186,76,177); }

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

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

 span { border-color: rgb(186,76,177); }

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