Html Css Color HEX #BA49B1 Fuchsia

📋 copy color: '#BA49B1'

red 186 ◦ green 73 ◦ blue 177

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

Shades of Fuchsia #BA49B1

Tints of Fuchsia #BA49B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 42.66%
G = 16.74%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA49B1 (or 0xBA49B1) is known color: Fuchsia. HEX triplet: BA, 49 and B1. RGB value is (186,73,177). Sum of RGB (Red+Green+Blue) = 186+73+177=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49B1 is #45B64E. Grayscale: #767676. Windows color (decimal): -4568655 or 11618746. OLE color: 11618746.

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

Color convert

RGB 186 73 177 -
CMYK 0 0.61 0.05 0.27
HSL 304.78º 0.45% 0.51% -
HSV(B) 304.78º 0.61% 0.73% -
XYZ 30.57 18.38 43.53 -
YUV 118.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 186 73 177 0 0.61 0.05 0.27 304.78 0.45 0.51
Hex BA 49 B1 0 3D 5 1B 131 2D 33
Octal 272 111 261 0 75 5 33 461 55 63
Binary 10111010 1001001 10110001 0 111101 101 11011 100110001 101101 110011

Color Harmonies of #BA49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49B1

Black with #BA49B1

Text Example


Text Example

White with #BA49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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