Html Css Color HEX #BA56A8 Fuchsia

📋 copy color: '#BA56A8'

red 186 ◦ green 86 ◦ blue 168

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

Shades of Fuchsia #BA56A8

Tints of Fuchsia #BA56A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 42.27%
G = 19.55%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA56A8 (or 0xBA56A8) is known color: Fuchsia. HEX triplet: BA, 56 and A8. RGB value is (186,86,168). Sum of RGB (Red+Green+Blue) = 186+86+168=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56A8 is #45A957. Grayscale: #7D7D7D. Windows color (decimal): -4565336 or 11032250. OLE color: 11032250.

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

Color convert

RGB 186 86 168 -
CMYK 0 0.54 0.10 0.27
HSL 310.8º 0.42% 0.53% -
HSV(B) 310.8º 0.54% 0.73% -
XYZ 30.65 19.92 39.28 -
YUV 125.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 186 86 168 0 0.54 0.10 0.27 310.8 0.42 0.53
Hex BA 56 A8 0 36 A 1B 137 2A 35
Octal 272 126 250 0 66 12 33 467 52 65
Binary 10111010 1010110 10101000 0 110110 1010 11011 100110111 101010 110101

Color Harmonies of #BA56A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56A8

Black with #BA56A8

Text Example


Text Example

White with #BA56A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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