Html Css Color HEX #BA37BE Fuchsia

📋 copy color: '#BA37BE'

red 186 ◦ green 55 ◦ blue 190

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

Shades of Fuchsia #BA37BE

Tints of Fuchsia #BA37BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.76%

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

R = 43.16%
G = 12.76%
B = 44.08%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA37BE (or 0xBA37BE) is known color: Fuchsia. HEX triplet: BA, 37 and BE. RGB value is (186,55,190). Sum of RGB (Red+Green+Blue) = 186+55+190=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA37BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37BE is #45C841. Grayscale: #6D6D6D. Windows color (decimal): -4573250 or 12466106. OLE color: 12466106.

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

Color convert

RGB 186 55 190 -
CMYK 0.02 0.71 0 0.25
HSL 298.22º 0.55% 0.48% -
HSV(B) 298.22º 0.71% 0.75% -
XYZ 30.91 16.89 50.35 -
YUV 109.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 186 55 190 0.02 0.71 0 0.25 298.22 0.55 0.48
Hex BA 37 BE 2 47 0 19 12A 37 30
Octal 272 67 276 2 107 0 31 452 67 60
Binary 10111010 110111 10111110 10 1000111 0 11001 100101010 110111 110000

Color Harmonies of #BA37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37BE

Black with #BA37BE

Text Example


Text Example

White with #BA37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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