Html Css Color HEX #BA49BD Fuchsia

📋 copy color: '#BA49BD'

red 186 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #BA49BD

Tints of Fuchsia #BA49BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 41.52%
G = 16.29%
B = 42.19%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA49BD (or 0xBA49BD) is known color: Fuchsia. HEX triplet: BA, 49 and BD. RGB value is (186,73,189). Sum of RGB (Red+Green+Blue) = 186+73+189=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA49BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49BD is #45B642. Grayscale: #777777. Windows color (decimal): -4568643 or 12405178. OLE color: 12405178.

HSL color Cylindrical-coordinate representation of color #BA49BD: hue angle of 298.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49BD is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 73 189 -
CMYK 0.02 0.61 0 0.26
HSL 298.45º 0.47% 0.51% -
HSV(B) 298.45º 0.61% 0.74% -
XYZ 31.82 18.88 50.11 -
YUV 120.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 186 73 189 0.02 0.61 0 0.26 298.45 0.47 0.51
Hex BA 49 BD 2 3D 0 1A 12A 2F 33
Octal 272 111 275 2 75 0 32 452 57 63
Binary 10111010 1001001 10111101 10 111101 0 11010 100101010 101111 110011

Color Harmonies of #BA49BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49BD

Black with #BA49BD

Text Example


Text Example

White with #BA49BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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