Html Css Color HEX #BA48AC Fuchsia

📋 copy color: '#BA48AC'

red 186 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #BA48AC

Tints of Fuchsia #BA48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

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

R = 43.26%
G = 16.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA48AC (or 0xBA48AC) is known color: Fuchsia. HEX triplet: BA, 48 and AC. RGB value is (186,72,172). Sum of RGB (Red+Green+Blue) = 186+72+172=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AC is #45B753. Grayscale: #757575. Windows color (decimal): -4568916 or 11290810. OLE color: 11290810.

HSL color Cylindrical-coordinate representation of color #BA48AC: hue angle of 307.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA48AC is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 172 -
CMYK 0 0.61 0.08 0.27
HSL 307.37º 0.45% 0.51% -
HSV(B) 307.37º 0.61% 0.73% -
XYZ 30.01 18.05 40.93 -
YUV 117.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 186 72 172 0 0.61 0.08 0.27 307.37 0.45 0.51
Hex BA 48 AC 0 3D 8 1B 133 2D 33
Octal 272 110 254 0 75 10 33 463 55 63
Binary 10111010 1001000 10101100 0 111101 1000 11011 100110011 101101 110011

Color Harmonies of #BA48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48AC

Black with #BA48AC

Text Example


Text Example

White with #BA48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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