Html Css Color HEX #BA48BF Fuchsia

📋 copy color: '#BA48BF'

red 186 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #BA48BF

Tints of Fuchsia #BA48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 41.43%
G = 16.04%
B = 42.54%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA48BF (or 0xBA48BF) is known color: Fuchsia. HEX triplet: BA, 48 and BF. RGB value is (186,72,191). Sum of RGB (Red+Green+Blue) = 186+72+191=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA48BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48BF is #45B740. Grayscale: #777777. Windows color (decimal): -4568897 or 12535994. OLE color: 12535994.

HSL color Cylindrical-coordinate representation of color #BA48BF: hue angle of 297.48º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA48BF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 72 191 -
CMYK 0.03 0.62 0 0.25
HSL 297.48º 0.48% 0.52% -
HSV(B) 297.48º 0.62% 0.75% -
XYZ 31.97 18.84 51.24 -
YUV 119.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 186 72 191 0.03 0.62 0 0.25 297.48 0.48 0.52
Hex BA 48 BF 3 3E 0 19 129 30 34
Octal 272 110 277 3 76 0 31 451 60 64
Binary 10111010 1001000 10111111 11 111110 0 11001 100101001 110000 110100

Color Harmonies of #BA48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48BF

Black with #BA48BF

Text Example


Text Example

White with #BA48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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