Html Css Color HEX #BE50BE Fuchsia

📋 copy color: '#BE50BE'

red 190 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #BE50BE

Tints of Fuchsia #BE50BE

RGB

 RED value IS 190 (74.61% from 255) = 41.3%

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

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

R = 41.3%
G = 17.39%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE50BE (or 0xBE50BE) is known color: Fuchsia. HEX triplet: BE, 50 and BE. RGB value is (190,80,190). Sum of RGB (Red+Green+Blue) = 190+80+190=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50BE is #41AF41. Grayscale: #7D7D7D. Windows color (decimal): -4304706 or 12472510. OLE color: 12472510.

HSL color Cylindrical-coordinate representation of color #BE50BE: hue angle of 300º 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 #BE50BE is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 190 -
CMYK 0 0.58 0 0.25
HSL 300º 0.46% 0.53% -
HSV(B) 300º 0.58% 0.75% -
XYZ 33.4 20.4 50.89 -
YUV 125.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 190 80 190 0 0.58 0 0.25 300 0.46 0.53
Hex BE 50 BE 0 3A 0 19 12C 2E 35
Octal 276 120 276 0 72 0 31 454 56 65
Binary 10111110 1010000 10111110 0 111010 0 11001 100101100 101110 110101

Color Harmonies of #BE50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50BE

Black with #BE50BE

Text Example


Text Example

White with #BE50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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