Html Css Color HEX #BA40A6 Fuchsia

📋 copy color: '#BA40A6'

red 186 ◦ green 64 ◦ blue 166

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

Shades of Fuchsia #BA40A6

Tints of Fuchsia #BA40A6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

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

R = 44.71%
G = 15.38%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA40A6 (or 0xBA40A6) is known color: Fuchsia. HEX triplet: BA, 40 and A6. RGB value is (186,64,166). Sum of RGB (Red+Green+Blue) = 186+64+166=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A6 is #45BF59. Grayscale: #6F6F6F. Windows color (decimal): -4570970 or 10895546. OLE color: 10895546.

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

Color convert

RGB 186 64 166 -
CMYK 0 0.66 0.11 0.27
HSL 309.84º 0.49% 0.49% -
HSV(B) 309.84º 0.66% 0.73% -
XYZ 28.97 16.86 37.8 -
YUV 112.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 186 64 166 0 0.66 0.11 0.27 309.84 0.49 0.49
Hex BA 40 A6 0 42 B 1B 136 31 31
Octal 272 100 246 0 102 13 33 466 61 61
Binary 10111010 1000000 10100110 0 1000010 1011 11011 100110110 110001 110001

Color Harmonies of #BA40A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40A6

Black with #BA40A6

Text Example


Text Example

White with #BA40A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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