Html Css Color HEX #BA32AE Fuchsia

📋 copy color: '#BA32AE'

red 186 ◦ green 50 ◦ blue 174

#BA32AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA32AE

Tints of Fuchsia #BA32AE

RGB

 RED value IS 186 (73.05% from 255) = 45.37%

 GREEN value IS 50 (19.92% from 255) = 12.2%

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 45.37%
G = 12.2%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA32AE (or 0xBA32AE) is known color: Fuchsia. HEX triplet: BA, 32 and AE. RGB value is (186,50,174). Sum of RGB (Red+Green+Blue) = 186+50+174=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AE is #45CD51. Grayscale: #686868. Windows color (decimal): -4574546 or 11416250. OLE color: 11416250.

HSL color Cylindrical-coordinate representation of color #BA32AE: hue angle of 305.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA32AE is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 174 -
CMYK 0 0.73 0.06 0.27
HSL 305.29º 0.58% 0.46% -
HSV(B) 305.29º 0.73% 0.73% -
XYZ 29.03 15.78 41.56 -
YUV 104.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 186 50 174 0 0.73 0.06 0.27 305.29 0.58 0.46
Hex BA 32 AE 0 49 6 1B 131 3A 2E
Octal 272 62 256 0 111 6 33 461 72 56
Binary 10111010 110010 10101110 0 1001001 110 11011 100110001 111010 101110

Color Harmonies of #BA32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32AE

Black with #BA32AE

Text Example


Text Example

White with #BA32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32AE; }

 p { color: rgb(186,50,174); }

 H1.HeaderClassName
 {
   color: #BA32AE;
 }
 .AnyTagClassName
 {
   color: #BA32AE;
 }
</style>

background-color css

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

 a { background-color: rgb(186,50,174); }

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

border-color css

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

 span { border-color: rgb(186,50,174); }

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