#BA42B4

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

Shades of Fuchsia #BA42B4

Tints of Fuchsia #BA42B4

Color information

#BA42B4 (or 0xBA42B4) is unknown color: approx Fuchsia. HEX triplet: BA, 42 and B4. RGB value is (186,66,180). Sum of RGB (Red+Green+Blue) = 186+66+180=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42B4 is #45BD4B. Grayscale: #727272. Windows color (decimal): -4570444 or 11813562. OLE color: 11813562.

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

Color convert

RGB18666180-
CMYK00.650.030.27
HSL303º47.62%49.41%-
HSV(B)303º64.52%72.94%-
XYZ30.4417.6344.98-
YUV114.88164.76178.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=43.06%
G=15.28%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866618000.650.030.2730347.6249.41
HexBA42B404131B12f3031
Octal27210226401013334576061
Binary10111010100001010110100010000011111011100101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42B4; }

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

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

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

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

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

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

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

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