Html Css Color HEX #BA41BE Fuchsia

📋 copy color: '#BA41BE'

red 186 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #BA41BE

Tints of Fuchsia #BA41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 42.18%
G = 14.74%
B = 43.08%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA41BE (or 0xBA41BE) is known color: Fuchsia. HEX triplet: BA, 41 and BE. RGB value is (186,65,190). Sum of RGB (Red+Green+Blue) = 186+65+190=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41BE is #45BE41. Grayscale: #737373. Windows color (decimal): -4570690 or 12468666. OLE color: 12468666.

HSL color Cylindrical-coordinate representation of color #BA41BE: hue angle of 298.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA41BE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 65 190 -
CMYK 0.02 0.66 0 0.25
HSL 298.08º 0.49% 0.5% -
HSV(B) 298.08º 0.66% 0.75% -
XYZ 31.43 17.94 50.52 -
YUV 115.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 186 65 190 0.02 0.66 0 0.25 298.08 0.49 0.5
Hex BA 41 BE 2 42 0 19 12A 31 32
Octal 272 101 276 2 102 0 31 452 61 62
Binary 10111010 1000001 10111110 10 1000010 0 11001 100101010 110001 110010

Color Harmonies of #BA41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41BE

Black with #BA41BE

Text Example


Text Example

White with #BA41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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