#BA75BE

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

Shades of Fuchsia #BA75BE

Tints of Fuchsia #BA75BE

Color information

#BA75BE (or 0xBA75BE) is unknown color: approx Fuchsia. HEX triplet: BA, 75 and BE. RGB value is (186,117,190). Sum of RGB (Red+Green+Blue) = 186+117+190=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BE is #458A41. Grayscale: #919191. Windows color (decimal): -4557378 or 12481978. OLE color: 12481978.

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

Color convert

RGB186117190-
CMYK0.020.3800.25
HSL296.71º35.96%60.2%-
HSV(B)296.71º38.42%74.51%-
XYZ35.9126.8852.01-
YUV145.95152.86156.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=37.73%
G=23.73%
B=38.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861171900.020.3800.25296.7135.9660.2
HexBA75BE226019129243c
Octal2721652762460314514474
Binary1011101011101011011111010100110011001100101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75BE; }

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

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

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

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

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

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

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

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