Html Css Color HEX #BA48AA Fuchsia

📋 copy color: '#BA48AA'

red 186 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #BA48AA

Tints of Fuchsia #BA48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 43.46%
G = 16.82%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA48AA (or 0xBA48AA) is known color: Fuchsia. HEX triplet: BA, 48 and AA. RGB value is (186,72,170). Sum of RGB (Red+Green+Blue) = 186+72+170=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AA is #45B755. Grayscale: #747474. Windows color (decimal): -4568918 or 11159738. OLE color: 11159738.

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

Color convert

RGB 186 72 170 -
CMYK 0 0.61 0.09 0.27
HSL 308.42º 0.45% 0.51% -
HSV(B) 308.42º 0.61% 0.73% -
XYZ 29.82 17.98 39.93 -
YUV 117.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 186 72 170 0 0.61 0.09 0.27 308.42 0.45 0.51
Hex BA 48 AA 0 3D 9 1B 134 2D 33
Octal 272 110 252 0 75 11 33 464 55 63
Binary 10111010 1001000 10101010 0 111101 1001 11011 100110100 101101 110011

Color Harmonies of #BA48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48AA

Black with #BA48AA

Text Example


Text Example

White with #BA48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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