Html Css Color HEX #BA32AB Fuchsia

📋 copy color: '#BA32AB'

red 186 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #BA32AB

Tints of Fuchsia #BA32AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 45.7%
G = 12.29%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA32AB (or 0xBA32AB) is known color: Fuchsia. HEX triplet: BA, 32 and AB. RGB value is (186,50,171). Sum of RGB (Red+Green+Blue) = 186+50+171=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AB is #45CD54. Grayscale: #686868. Windows color (decimal): -4574549 or 11219642. OLE color: 11219642.

HSL color Cylindrical-coordinate representation of color #BA32AB: hue angle of 306.62º 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 #BA32AB is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 171 -
CMYK 0 0.73 0.08 0.27
HSL 306.62º 0.58% 0.46% -
HSV(B) 306.62º 0.73% 0.73% -
XYZ 28.74 15.66 40.04 -
YUV 104.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 186 50 171 0 0.73 0.08 0.27 306.62 0.58 0.46
Hex BA 32 AB 0 49 8 1B 133 3A 2E
Octal 272 62 253 0 111 10 33 463 72 56
Binary 10111010 110010 10101011 0 1001001 1000 11011 100110011 111010 101110

Color Harmonies of #BA32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32AB

Black with #BA32AB

Text Example


Text Example

White with #BA32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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