Html Css Color HEX #BA32B6 Fuchsia

📋 copy color: '#BA32B6'

red 186 ◦ green 50 ◦ blue 182

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

Shades of Fuchsia #BA32B6

Tints of Fuchsia #BA32B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 44.5%
G = 11.96%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA32B6 (or 0xBA32B6) is known color: Fuchsia. HEX triplet: BA, 32 and B6. RGB value is (186,50,182). Sum of RGB (Red+Green+Blue) = 186+50+182=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32B6 is #45CD49. Grayscale: #696969. Windows color (decimal): -4574538 or 11940538. OLE color: 11940538.

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

Color convert

RGB 186 50 182 -
CMYK 0 0.73 0.02 0.27
HSL 301.76º 0.58% 0.46% -
HSV(B) 301.76º 0.73% 0.73% -
XYZ 29.83 16.1 45.79 -
YUV 105.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 186 50 182 0 0.73 0.02 0.27 301.76 0.58 0.46
Hex BA 32 B6 0 49 2 1B 12E 3A 2E
Octal 272 62 266 0 111 2 33 456 72 56
Binary 10111010 110010 10110110 0 1001001 10 11011 100101110 111010 101110

Color Harmonies of #BA32B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32B6

Black with #BA32B6

Text Example


Text Example

White with #BA32B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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