Html Css Color HEX #BA55A9 Fuchsia

📋 copy color: '#BA55A9'

red 186 ◦ green 85 ◦ blue 169

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

Shades of Fuchsia #BA55A9

Tints of Fuchsia #BA55A9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

 BLUE value IS 169 (66.41% from 255) = 38.41%

R = 42.27%
G = 19.32%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA55A9 (or 0xBA55A9) is known color: Fuchsia. HEX triplet: BA, 55 and A9. RGB value is (186,85,169). Sum of RGB (Red+Green+Blue) = 186+85+169=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55A9 is #45AA56. Grayscale: #7C7C7C. Windows color (decimal): -4565591 or 11097530. OLE color: 11097530.

HSL color Cylindrical-coordinate representation of color #BA55A9: hue angle of 310.1º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA55A9 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 169 -
CMYK 0 0.54 0.09 0.27
HSL 310.1º 0.42% 0.53% -
HSV(B) 310.1º 0.54% 0.73% -
XYZ 30.66 19.8 39.74 -
YUV 124.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 186 85 169 0 0.54 0.09 0.27 310.1 0.42 0.53
Hex BA 55 A9 0 36 9 1B 136 2A 35
Octal 272 125 251 0 66 11 33 466 52 65
Binary 10111010 1010101 10101001 0 110110 1001 11011 100110110 101010 110101

Color Harmonies of #BA55A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55A9

Black with #BA55A9

Text Example


Text Example

White with #BA55A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55A9; }

 p { color: rgb(186,85,169); }

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

background-color css

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

 a { background-color: rgb(186,85,169); }

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

border-color css

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

 span { border-color: rgb(186,85,169); }

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