Html Css Color HEX #BA48B3 Fuchsia

📋 copy color: '#BA48B3'

red 186 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #BA48B3

Tints of Fuchsia #BA48B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 42.56%
G = 16.48%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA48B3 (or 0xBA48B3) is known color: Fuchsia. HEX triplet: BA, 48 and B3. RGB value is (186,72,179). Sum of RGB (Red+Green+Blue) = 186+72+179=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B3 is #45B74C. Grayscale: #757575. Windows color (decimal): -4568909 or 11749562. OLE color: 11749562.

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

Color convert

RGB 186 72 179 -
CMYK 0 0.61 0.04 0.27
HSL 303.68º 0.45% 0.51% -
HSV(B) 303.68º 0.61% 0.73% -
XYZ 30.7 18.33 44.57 -
YUV 118.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 186 72 179 0 0.61 0.04 0.27 303.68 0.45 0.51
Hex BA 48 B3 0 3D 4 1B 130 2D 33
Octal 272 110 263 0 75 4 33 460 55 63
Binary 10111010 1001000 10110011 0 111101 100 11011 100110000 101101 110011

Color Harmonies of #BA48B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48B3

Black with #BA48B3

Text Example


Text Example

White with #BA48B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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