Html Css Color HEX #BA4AC5 Fuchsia

📋 copy color: '#BA4AC5'

red 186 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #BA4AC5

Tints of Fuchsia #BA4AC5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 197 (77.34% from 255) = 43.11%

R = 40.7%
G = 16.19%
B = 43.11%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA4AC5 (or 0xBA4AC5) is known color: Fuchsia. HEX triplet: BA, 4A and C5. RGB value is (186,74,197). Sum of RGB (Red+Green+Blue) = 186+74+197=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA4AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC5 is #45B53A. Grayscale: #797979. Windows color (decimal): -4568379 or 12929722. OLE color: 12929722.

HSL color Cylindrical-coordinate representation of color #BA4AC5: hue angle of 294.63º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4AC5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 74 197 -
CMYK 0.06 0.62 0 0.23
HSL 294.63º 0.51% 0.53% -
HSV(B) 294.63º 0.62% 0.77% -
XYZ 32.78 19.37 54.83 -
YUV 121.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 186 74 197 0.06 0.62 0 0.23 294.63 0.51 0.53
Hex BA 4A C5 6 3E 0 17 127 33 35
Octal 272 112 305 6 76 0 27 447 63 65
Binary 10111010 1001010 11000101 110 111110 0 10111 100100111 110011 110101

Color Harmonies of #BA4AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AC5

Black with #BA4AC5

Text Example


Text Example

White with #BA4AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AC5; }

 p { color: rgb(186,74,197); }

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

background-color css

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

 a { background-color: rgb(186,74,197); }

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

border-color css

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

 span { border-color: rgb(186,74,197); }

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