Html Css Color HEX #BA4BA9 Fuchsia

📋 copy color: '#BA4BA9'

red 186 ◦ green 75 ◦ blue 169

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

Shades of Fuchsia #BA4BA9

Tints of Fuchsia #BA4BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

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

R = 43.26%
G = 17.44%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA4BA9 (or 0xBA4BA9) is known color: Fuchsia. HEX triplet: BA, 4B and A9. RGB value is (186,75,169). Sum of RGB (Red+Green+Blue) = 186+75+169=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA9 is #45B456. Grayscale: #767676. Windows color (decimal): -4568151 or 11094970. OLE color: 11094970.

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

Color convert

RGB 186 75 169 -
CMYK 0 0.60 0.09 0.27
HSL 309.19º 0.45% 0.51% -
HSV(B) 309.19º 0.6% 0.73% -
XYZ 29.93 18.34 39.5 -
YUV 118.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 186 75 169 0 0.60 0.09 0.27 309.19 0.45 0.51
Hex BA 4B A9 0 3C 9 1B 135 2D 33
Octal 272 113 251 0 74 11 33 465 55 63
Binary 10111010 1001011 10101001 0 111100 1001 11011 100110101 101101 110011

Color Harmonies of #BA4BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BA9

Black with #BA4BA9

Text Example


Text Example

White with #BA4BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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