Html Css Color HEX #BA4AA6 Fuchsia

📋 copy color: '#BA4AA6'

red 186 ◦ green 74 ◦ blue 166

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

Shades of Fuchsia #BA4AA6

Tints of Fuchsia #BA4AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 43.66%
G = 17.37%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA4AA6 (or 0xBA4AA6) is known color: Fuchsia. HEX triplet: BA, 4A and A6. RGB value is (186,74,166). Sum of RGB (Red+Green+Blue) = 186+74+166=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AA6 is #45B559. Grayscale: #757575. Windows color (decimal): -4568410 or 10898106. OLE color: 10898106.

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

Color convert

RGB 186 74 166 -
CMYK 0 0.60 0.11 0.27
HSL 310.71º 0.45% 0.51% -
HSV(B) 310.71º 0.6% 0.73% -
XYZ 29.58 18.09 38.01 -
YUV 117.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 186 74 166 0 0.60 0.11 0.27 310.71 0.45 0.51
Hex BA 4A A6 0 3C B 1B 137 2D 33
Octal 272 112 246 0 74 13 33 467 55 63
Binary 10111010 1001010 10100110 0 111100 1011 11011 100110111 101101 110011

Color Harmonies of #BA4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AA6

Black with #BA4AA6

Text Example


Text Example

White with #BA4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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