Html Css Color HEX #BA48A8 Fuchsia

📋 copy color: '#BA48A8'

red 186 ◦ green 72 ◦ blue 168

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

Shades of Fuchsia #BA48A8

Tints of Fuchsia #BA48A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 43.66%
G = 16.9%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA48A8 (or 0xBA48A8) is known color: Fuchsia. HEX triplet: BA, 48 and A8. RGB value is (186,72,168). Sum of RGB (Red+Green+Blue) = 186+72+168=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48A8 is #45B757. Grayscale: #747474. Windows color (decimal): -4568920 or 11028666. OLE color: 11028666.

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

Color convert

RGB 186 72 168 -
CMYK 0 0.61 0.10 0.27
HSL 309.47º 0.45% 0.51% -
HSV(B) 309.47º 0.61% 0.73% -
XYZ 29.63 17.9 38.94 -
YUV 117.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 186 72 168 0 0.61 0.10 0.27 309.47 0.45 0.51
Hex BA 48 A8 0 3D A 1B 135 2D 33
Octal 272 110 250 0 75 12 33 465 55 63
Binary 10111010 1001000 10101000 0 111101 1010 11011 100110101 101101 110011

Color Harmonies of #BA48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48A8

Black with #BA48A8

Text Example


Text Example

White with #BA48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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