Html Css Color HEX #BA40A5 Fuchsia

📋 copy color: '#BA40A5'

red 186 ◦ green 64 ◦ blue 165

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

Shades of Fuchsia #BA40A5

Tints of Fuchsia #BA40A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 44.82%
G = 15.42%
B = 39.76%

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

#BA40A5 (or 0xBA40A5) is known color: Fuchsia. HEX triplet: BA, 40 and A5. RGB value is (186,64,165). Sum of RGB (Red+Green+Blue) = 186+64+165=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A5 is #45BF5A. Grayscale: #6F6F6F. Windows color (decimal): -4570971 or 10830010. OLE color: 10830010.

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

Color convert

RGB 186 64 165 -
CMYK 0 0.66 0.11 0.27
HSL 310.33º 0.49% 0.49% -
HSV(B) 310.33º 0.66% 0.73% -
XYZ 28.87 16.82 37.32 -
YUV 111.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 186 64 165 0 0.66 0.11 0.27 310.33 0.49 0.49
Hex BA 40 A5 0 42 B 1B 136 31 31
Octal 272 100 245 0 102 13 33 466 61 61
Binary 10111010 1000000 10100101 0 1000010 1011 11011 100110110 110001 110001

Color Harmonies of #BA40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40A5

Black with #BA40A5

Text Example


Text Example

White with #BA40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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