Html Css Color HEX #BE50BA Fuchsia

📋 copy color: '#BE50BA'

red 190 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #BE50BA

Tints of Fuchsia #BE50BA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE50BA (or 0xBE50BA) is known color: Fuchsia. HEX triplet: BE, 50 and BA. RGB value is (190,80,186). Sum of RGB (Red+Green+Blue) = 190+80+186=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50BA is #41AF45. Grayscale: #7C7C7C. Windows color (decimal): -4304710 or 12210366. OLE color: 12210366.

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

Color convert

RGB 190 80 186 -
CMYK 0 0.58 0.02 0.25
HSL 302.18º 0.46% 0.53% -
HSV(B) 302.18º 0.58% 0.75% -
XYZ 32.97 20.23 48.62 -
YUV 124.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 190 80 186 0 0.58 0.02 0.25 302.18 0.46 0.53
Hex BE 50 BA 0 3A 2 19 12E 2E 35
Octal 276 120 272 0 72 2 31 456 56 65
Binary 10111110 1010000 10111010 0 111010 10 11001 100101110 101110 110101

Color Harmonies of #BE50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50BA

Black with #BE50BA

Text Example


Text Example

White with #BE50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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