Html Css Color HEX #BA55A5 Fuchsia

📋 copy color: '#BA55A5'

red 186 ◦ green 85 ◦ blue 165

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

Shades of Fuchsia #BA55A5

Tints of Fuchsia #BA55A5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 42.66%
G = 19.5%
B = 37.84%

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

#BA55A5 (or 0xBA55A5) is known color: Fuchsia. HEX triplet: BA, 55 and A5. RGB value is (186,85,165). Sum of RGB (Red+Green+Blue) = 186+85+165=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55A5 is #45AA5A. Grayscale: #7C7C7C. Windows color (decimal): -4565595 or 10835386. OLE color: 10835386.

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

Color convert

RGB 186 85 165 -
CMYK 0 0.54 0.11 0.27
HSL 312.48º 0.42% 0.53% -
HSV(B) 312.48º 0.54% 0.73% -
XYZ 30.29 19.65 37.79 -
YUV 124.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 186 85 165 0 0.54 0.11 0.27 312.48 0.42 0.53
Hex BA 55 A5 0 36 B 1B 138 2A 35
Octal 272 125 245 0 66 13 33 470 52 65
Binary 10111010 1010101 10100101 0 110110 1011 11011 100111000 101010 110101

Color Harmonies of #BA55A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55A5

Black with #BA55A5

Text Example


Text Example

White with #BA55A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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