Html Css Color HEX #BA56A6 Fuchsia

📋 copy color: '#BA56A6'

red 186 ◦ green 86 ◦ blue 166

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

Shades of Fuchsia #BA56A6

Tints of Fuchsia #BA56A6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

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

R = 42.47%
G = 19.63%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA56A6 (or 0xBA56A6) is known color: Fuchsia. HEX triplet: BA, 56 and A6. RGB value is (186,86,166). Sum of RGB (Red+Green+Blue) = 186+86+166=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56A6 is #45A959. Grayscale: #7C7C7C. Windows color (decimal): -4565338 or 10901178. OLE color: 10901178.

HSL color Cylindrical-coordinate representation of color #BA56A6: hue angle of 312º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA56A6 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 166 -
CMYK 0 0.54 0.11 0.27
HSL 312º 0.42% 0.53% -
HSV(B) 312º 0.54% 0.73% -
XYZ 30.46 19.85 38.3 -
YUV 125.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 186 86 166 0 0.54 0.11 0.27 312 0.42 0.53
Hex BA 56 A6 0 36 B 1B 138 2A 35
Octal 272 126 246 0 66 13 33 470 52 65
Binary 10111010 1010110 10100110 0 110110 1011 11011 100111000 101010 110101

Color Harmonies of #BA56A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56A6

Black with #BA56A6

Text Example


Text Example

White with #BA56A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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