Html Css Color HEX #BA40AC Fuchsia

📋 copy color: '#BA40AC'

red 186 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #BA40AC

Tints of Fuchsia #BA40AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 44.08%
G = 15.17%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA40AC (or 0xBA40AC) is known color: Fuchsia. HEX triplet: BA, 40 and AC. RGB value is (186,64,172). Sum of RGB (Red+Green+Blue) = 186+64+172=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40AC is #45BF53. Grayscale: #707070. Windows color (decimal): -4570964 or 11288762. OLE color: 11288762.

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

Color convert

RGB 186 64 172 -
CMYK 0 0.66 0.08 0.27
HSL 306.89º 0.49% 0.49% -
HSV(B) 306.89º 0.66% 0.73% -
XYZ 29.53 17.08 40.77 -
YUV 112.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 186 64 172 0 0.66 0.08 0.27 306.89 0.49 0.49
Hex BA 40 AC 0 42 8 1B 133 31 31
Octal 272 100 254 0 102 10 33 463 61 61
Binary 10111010 1000000 10101100 0 1000010 1000 11011 100110011 110001 110001

Color Harmonies of #BA40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40AC

Black with #BA40AC

Text Example


Text Example

White with #BA40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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