Html Css Color HEX #BA4AC2 Fuchsia

📋 copy color: '#BA4AC2'

red 186 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #BA4AC2

Tints of Fuchsia #BA4AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 40.97%
G = 16.3%
B = 42.73%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA4AC2 (or 0xBA4AC2) is known color: Fuchsia. HEX triplet: BA, 4A and C2. RGB value is (186,74,194). Sum of RGB (Red+Green+Blue) = 186+74+194=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC2 is #45B53D. Grayscale: #787878. Windows color (decimal): -4568382 or 12733114. OLE color: 12733114.

HSL color Cylindrical-coordinate representation of color #BA4AC2: hue angle of 296º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4AC2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 74 194 -
CMYK 0.04 0.62 0 0.24
HSL 296º 0.5% 0.53% -
HSV(B) 296º 0.62% 0.76% -
XYZ 32.44 19.23 53.04 -
YUV 121.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 186 74 194 0.04 0.62 0 0.24 296 0.5 0.53
Hex BA 4A C2 4 3E 0 18 128 32 35
Octal 272 112 302 4 76 0 30 450 62 65
Binary 10111010 1001010 11000010 100 111110 0 11000 100101000 110010 110101

Color Harmonies of #BA4AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AC2

Black with #BA4AC2

Text Example


Text Example

White with #BA4AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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