Html Css Color HEX #BA41BA Fuchsia

📋 copy color: '#BA41BA'

red 186 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #BA41BA

Tints of Fuchsia #BA41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 42.56%
G = 14.87%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA41BA (or 0xBA41BA) is known color: Fuchsia. HEX triplet: BA, 41 and BA. RGB value is (186,65,186). Sum of RGB (Red+Green+Blue) = 186+65+186=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41BA is #45BE45. Grayscale: #727272. Windows color (decimal): -4570694 or 12206522. OLE color: 12206522.

HSL color Cylindrical-coordinate representation of color #BA41BA: hue angle of 300º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA41BA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 186 -
CMYK 0 0.65 0 0.27
HSL 300º 0.48% 0.49% -
HSV(B) 300º 0.65% 0.73% -
XYZ 31 17.76 48.25 -
YUV 114.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 186 65 186 0 0.65 0 0.27 300 0.48 0.49
Hex BA 41 BA 0 41 0 1B 12C 30 31
Octal 272 101 272 0 101 0 33 454 60 61
Binary 10111010 1000001 10111010 0 1000001 0 11011 100101100 110000 110001

Color Harmonies of #BA41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41BA

Black with #BA41BA

Text Example


Text Example

White with #BA41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41BA; }

 p { color: rgb(186,65,186); }

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

background-color css

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

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

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

border-color css

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

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

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