Html Css Color HEX #BA32B9 Fuchsia

📋 copy color: '#BA32B9'

red 186 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #BA32B9

Tints of Fuchsia #BA32B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.94%

R = 44.18%
G = 11.88%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA32B9 (or 0xBA32B9) is known color: Fuchsia. HEX triplet: BA, 32 and B9. RGB value is (186,50,185). Sum of RGB (Red+Green+Blue) = 186+50+185=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32B9 is #45CD46. Grayscale: #696969. Windows color (decimal): -4574535 or 12137146. OLE color: 12137146.

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

Color convert

RGB 186 50 185 -
CMYK 0 0.73 0.01 0.27
HSL 300.44º 0.58% 0.46% -
HSV(B) 300.44º 0.73% 0.73% -
XYZ 30.15 16.22 47.44 -
YUV 106.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 186 50 185 0 0.73 0.01 0.27 300.44 0.58 0.46
Hex BA 32 B9 0 49 1 1B 12C 3A 2E
Octal 272 62 271 0 111 1 33 454 72 56
Binary 10111010 110010 10111001 0 1001001 1 11011 100101100 111010 101110

Color Harmonies of #BA32B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32B9

Black with #BA32B9

Text Example


Text Example

White with #BA32B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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