Html Css Color HEX #BA49B9 Fuchsia

📋 copy color: '#BA49B9'

red 186 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #BA49B9

Tints of Fuchsia #BA49B9

RGB

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

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

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

R = 41.89%
G = 16.44%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA49B9 (or 0xBA49B9) is known color: Fuchsia. HEX triplet: BA, 49 and B9. RGB value is (186,73,185). Sum of RGB (Red+Green+Blue) = 186+73+185=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B9 is #45B646. Grayscale: #777777. Windows color (decimal): -4568647 or 12143034. OLE color: 12143034.

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

Color convert

RGB 186 73 185 -
CMYK 0 0.61 0.01 0.27
HSL 300.53º 0.45% 0.51% -
HSV(B) 300.53º 0.61% 0.73% -
XYZ 31.39 18.71 47.86 -
YUV 119.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 186 73 185 0 0.61 0.01 0.27 300.53 0.45 0.51
Hex BA 49 B9 0 3D 1 1B 12D 2D 33
Octal 272 111 271 0 75 1 33 455 55 63
Binary 10111010 1001001 10111001 0 111101 1 11011 100101101 101101 110011

Color Harmonies of #BA49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49B9

Black with #BA49B9

Text Example


Text Example

White with #BA49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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