Html Css Color HEX #BA48B2 Fuchsia

📋 copy color: '#BA48B2'

red 186 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #BA48B2

Tints of Fuchsia #BA48B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 42.66%
G = 16.51%
B = 40.83%

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

#BA48B2 (or 0xBA48B2) is known color: Fuchsia. HEX triplet: BA, 48 and B2. RGB value is (186,72,178). Sum of RGB (Red+Green+Blue) = 186+72+178=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48B2 is #45B74D. Grayscale: #757575. Windows color (decimal): -4568910 or 11684026. OLE color: 11684026.

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

Color convert

RGB 186 72 178 -
CMYK 0 0.61 0.04 0.27
HSL 304.21º 0.45% 0.51% -
HSV(B) 304.21º 0.61% 0.73% -
XYZ 30.6 18.29 44.04 -
YUV 118.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 186 72 178 0 0.61 0.04 0.27 304.21 0.45 0.51
Hex BA 48 B2 0 3D 4 1B 130 2D 33
Octal 272 110 262 0 75 4 33 460 55 63
Binary 10111010 1001000 10110010 0 111101 100 11011 100110000 101101 110011

Color Harmonies of #BA48B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48B2

Black with #BA48B2

Text Example


Text Example

White with #BA48B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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