Html Css Color HEX #BA4AC8 Fuchsia

📋 copy color: '#BA4AC8'

red 186 ◦ green 74 ◦ blue 200

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

Shades of Fuchsia #BA4AC8

Tints of Fuchsia #BA4AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 40.43%
G = 16.09%
B = 43.48%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA4AC8 (or 0xBA4AC8) is known color: Fuchsia. HEX triplet: BA, 4A and C8. RGB value is (186,74,200). Sum of RGB (Red+Green+Blue) = 186+74+200=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA4AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC8 is #45B537. Grayscale: #797979. Windows color (decimal): -4568376 or 13126330. OLE color: 13126330.

HSL color Cylindrical-coordinate representation of color #BA4AC8: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4AC8 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 74 200 -
CMYK 0.07 0.63 0 0.22
HSL 293.33º 0.53% 0.54% -
HSV(B) 293.33º 0.63% 0.78% -
XYZ 33.12 19.51 56.66 -
YUV 121.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 186 74 200 0.07 0.63 0 0.22 293.33 0.53 0.54
Hex BA 4A C8 7 3F 0 16 125 35 36
Octal 272 112 310 7 77 0 26 445 65 66
Binary 10111010 1001010 11001000 111 111111 0 10110 100100101 110101 110110

Color Harmonies of #BA4AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AC8

Black with #BA4AC8

Text Example


Text Example

White with #BA4AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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