#BA29BE

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

Shades of Fuchsia #BA29BE

Tints of Fuchsia #BA29BE

Color information

#BA29BE (or 0xBA29BE) is unknown color: approx Fuchsia. HEX triplet: BA, 29 and BE. RGB value is (186,41,190). Sum of RGB (Red+Green+Blue) = 186+41+190=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29BE is #45D641. Grayscale: #646464. Windows color (decimal): -4576834 or 12462522. OLE color: 12462522.

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

Color convert

RGB18641190-
CMYK0.020.7800.25
HSL298.39º64.5%45.29%-
HSV(B)298.39º78.42%74.51%-
XYZ30.3415.7450.15-
YUV101.34178.04188.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=44.60%
G=9.83%
B=45.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186411900.020.7800.25298.3964.545.29
HexBA29BE24E01912a412d
Octal27251276211603145210155
Binary10111010101001101111101010011100110011001010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29BE; }

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

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

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

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

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

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

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

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