Html Css Color HEX #BA4CAA Fuchsia

📋 copy color: '#BA4CAA'

red 186 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #BA4CAA

Tints of Fuchsia #BA4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 43.06%
G = 17.59%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA4CAA (or 0xBA4CAA) is known color: Fuchsia. HEX triplet: BA, 4C and AA. RGB value is (186,76,170). Sum of RGB (Red+Green+Blue) = 186+76+170=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CAA is #45B355. Grayscale: #777777. Windows color (decimal): -4567894 or 11160762. OLE color: 11160762.

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

Color convert

RGB 186 76 170 -
CMYK 0 0.59 0.09 0.27
HSL 308.73º 0.44% 0.51% -
HSV(B) 308.73º 0.59% 0.73% -
XYZ 30.09 18.51 40.02 -
YUV 119.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 186 76 170 0 0.59 0.09 0.27 308.73 0.44 0.51
Hex BA 4C AA 0 3B 9 1B 135 2C 33
Octal 272 114 252 0 73 11 33 465 54 63
Binary 10111010 1001100 10101010 0 111011 1001 11011 100110101 101100 110011

Color Harmonies of #BA4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CAA

Black with #BA4CAA

Text Example


Text Example

White with #BA4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CAA; }

 p { color: rgb(186,76,170); }

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

background-color css

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

 a { background-color: rgb(186,76,170); }

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

border-color css

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

 span { border-color: rgb(186,76,170); }

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