Html Css Color HEX #BA49B3 Fuchsia

📋 copy color: '#BA49B3'

red 186 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #BA49B3

Tints of Fuchsia #BA49B3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 42.47%
G = 16.67%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA49B3 (or 0xBA49B3) is known color: Fuchsia. HEX triplet: BA, 49 and B3. RGB value is (186,73,179). Sum of RGB (Red+Green+Blue) = 186+73+179=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B3 is #45B64C. Grayscale: #767676. Windows color (decimal): -4568653 or 11749818. OLE color: 11749818.

HSL color Cylindrical-coordinate representation of color #BA49B3: hue angle of 303.72º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49B3 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 179 -
CMYK 0 0.61 0.04 0.27
HSL 303.72º 0.45% 0.51% -
HSV(B) 303.72º 0.61% 0.73% -
XYZ 30.77 18.46 44.59 -
YUV 118.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 186 73 179 0 0.61 0.04 0.27 303.72 0.45 0.51
Hex BA 49 B3 0 3D 4 1B 130 2D 33
Octal 272 111 263 0 75 4 33 460 55 63
Binary 10111010 1001001 10110011 0 111101 100 11011 100110000 101101 110011

Color Harmonies of #BA49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49B3

Black with #BA49B3

Text Example


Text Example

White with #BA49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49B3; }

 p { color: rgb(186,73,179); }

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

background-color css

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

 a { background-color: rgb(186,73,179); }

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

border-color css

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

 span { border-color: rgb(186,73,179); }

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