#BA4CB2

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

Shades of Fuchsia #BA4CB2

Tints of Fuchsia #BA4CB2

Color information

#BA4CB2 (or 0xBA4CB2) is unknown color: approx Fuchsia. HEX triplet: BA, 4C and B2. RGB value is (186,76,178). Sum of RGB (Red+Green+Blue) = 186+76+178=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CB2 is #45B34D. Grayscale: #787878. Windows color (decimal): -4567886 or 11685050. OLE color: 11685050.

HSL color Cylindrical-coordinate representation of color #BA4CB2: hue angle of 304.36º 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 #BA4CB2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18676178-
CMYK00.590.040.27
HSL304.36º44.35%51.37%-
HSV(B)304.36º59.14%72.94%-
XYZ30.8718.8244.13-
YUV120.52160.44174.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=42.27%
G=17.27%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867617800.590.040.27304.3644.3551.37
HexBA4CB203B41B1302c33
Octal2721142620734334605463
Binary10111010100110010110010011101110011011100110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CB2; }

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

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

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

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

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

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

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

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