Html Css Color HEX #BA4AAC Fuchsia

📋 copy color: '#BA4AAC'

red 186 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #BA4AAC

Tints of Fuchsia #BA4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 43.06%
G = 17.13%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA4AAC (or 0xBA4AAC) is known color: Fuchsia. HEX triplet: BA, 4A and AC. RGB value is (186,74,172). Sum of RGB (Red+Green+Blue) = 186+74+172=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAC is #45B553. Grayscale: #767676. Windows color (decimal): -4568404 or 11291322. OLE color: 11291322.

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

Color convert

RGB 186 74 172 -
CMYK 0 0.60 0.08 0.27
HSL 307.5º 0.45% 0.51% -
HSV(B) 307.5º 0.6% 0.73% -
XYZ 30.14 18.32 40.98 -
YUV 118.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 186 74 172 0 0.60 0.08 0.27 307.5 0.45 0.51
Hex BA 4A AC 0 3C 8 1B 134 2D 33
Octal 272 112 254 0 74 10 33 464 55 63
Binary 10111010 1001010 10101100 0 111100 1000 11011 100110100 101101 110011

Color Harmonies of #BA4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AAC

Black with #BA4AAC

Text Example


Text Example

White with #BA4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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