Html Css Color HEX #BA50BE Fuchsia

📋 copy color: '#BA50BE'

red 186 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #BA50BE

Tints of Fuchsia #BA50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.54%

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

R = 40.79%
G = 17.54%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA50BE (or 0xBA50BE) is known color: Fuchsia. HEX triplet: BA, 50 and BE. RGB value is (186,80,190). Sum of RGB (Red+Green+Blue) = 186+80+190=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50BE is #45AF41. Grayscale: #7B7B7B. Windows color (decimal): -4566850 or 12472506. OLE color: 12472506.

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

Color convert

RGB 186 80 190 -
CMYK 0.02 0.58 0 0.25
HSL 297.82º 0.46% 0.53% -
HSV(B) 297.82º 0.58% 0.75% -
XYZ 32.41 19.89 50.85 -
YUV 124.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 186 80 190 0.02 0.58 0 0.25 297.82 0.46 0.53
Hex BA 50 BE 2 3A 0 19 12A 2E 35
Octal 272 120 276 2 72 0 31 452 56 65
Binary 10111010 1010000 10111110 10 111010 0 11001 100101010 101110 110101

Color Harmonies of #BA50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50BE

Black with #BA50BE

Text Example


Text Example

White with #BA50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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