#BA42BE

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

Shades of Fuchsia #BA42BE

Tints of Fuchsia #BA42BE

Color information

#BA42BE (or 0xBA42BE) is unknown color: approx Fuchsia. HEX triplet: BA, 42 and BE. RGB value is (186,66,190). Sum of RGB (Red+Green+Blue) = 186+66+190=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42BE is #45BD41. Grayscale: #737373. Windows color (decimal): -4570434 or 12468922. OLE color: 12468922.

HSL color Cylindrical-coordinate representation of color #BA42BE: hue angle of 298.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42BE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18666190-
CMYK0.020.6500.25
HSL298.06º48.82%50.2%-
HSV(B)298.06º65.26%74.51%-
XYZ31.4918.0550.54-
YUV116.02169.76177.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 66 (26.17% from 255) = 14.93%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=42.08%
G=14.93%
B=42.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186661900.020.6500.25298.0648.8250.2
HexBA42BE24101912a3132
Octal27210227621010314526162
Binary10111010100001010111110101000001011001100101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42BE; }

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

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

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

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

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

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

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

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