Html Css Color HEX #BA4AAA Fuchsia

📋 copy color: '#BA4AAA'

red 186 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #BA4AAA

Tints of Fuchsia #BA4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

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

R = 43.26%
G = 17.21%
B = 39.53%

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

#BA4AAA (or 0xBA4AAA) is known color: Fuchsia. HEX triplet: BA, 4A and AA. RGB value is (186,74,170). Sum of RGB (Red+Green+Blue) = 186+74+170=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAA is #45B555. Grayscale: #767676. Windows color (decimal): -4568406 or 11160250. OLE color: 11160250.

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

Color convert

RGB 186 74 170 -
CMYK 0 0.60 0.09 0.27
HSL 308.57º 0.45% 0.51% -
HSV(B) 308.57º 0.6% 0.73% -
XYZ 29.95 18.24 39.97 -
YUV 118.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 186 74 170 0 0.60 0.09 0.27 308.57 0.45 0.51
Hex BA 4A AA 0 3C 9 1B 135 2D 33
Octal 272 112 252 0 74 11 33 465 55 63
Binary 10111010 1001010 10101010 0 111100 1001 11011 100110101 101101 110011

Color Harmonies of #BA4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AAA

Black with #BA4AAA

Text Example


Text Example

White with #BA4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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