#BA43B5

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

Shades of Fuchsia #BA43B5

Tints of Fuchsia #BA43B5

Color information

#BA43B5 (or 0xBA43B5) is unknown color: approx Fuchsia. HEX triplet: BA, 43 and B5. RGB value is (186,67,181). Sum of RGB (Red+Green+Blue) = 186+67+181=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43B5 is #45BC4A. Grayscale: #737373. Windows color (decimal): -4570187 or 11879354. OLE color: 11879354.

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

Color convert

RGB18667181-
CMYK00.640.030.27
HSL302.52º47.04%49.61%-
HSV(B)302.52º63.98%72.94%-
XYZ30.617.7945.54-
YUV115.58164.92178.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=42.86%
G=15.44%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866718100.640.030.27302.5247.0449.61
HexBA43B504031B12f2f32
Octal27210326501003334575762
Binary10111010100001110110101010000001111011100101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA43B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA43B5; }

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

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

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

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

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

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

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

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