Html Css Color HEX #BE50BB Fuchsia

📋 copy color: '#BE50BB'

red 190 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #BE50BB

Tints of Fuchsia #BE50BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 41.58%
G = 17.51%
B = 40.92%

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

#BE50BB (or 0xBE50BB) is known color: Fuchsia. HEX triplet: BE, 50 and BB. RGB value is (190,80,187). Sum of RGB (Red+Green+Blue) = 190+80+187=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50BB is #41AF44. Grayscale: #7C7C7C. Windows color (decimal): -4304709 or 12275902. OLE color: 12275902.

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

Color convert

RGB 190 80 187 -
CMYK 0 0.58 0.02 0.25
HSL 301.64º 0.46% 0.53% -
HSV(B) 301.64º 0.58% 0.75% -
XYZ 33.07 20.27 49.18 -
YUV 125.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 190 80 187 0 0.58 0.02 0.25 301.64 0.46 0.53
Hex BE 50 BB 0 3A 2 19 12E 2E 35
Octal 276 120 273 0 72 2 31 456 56 65
Binary 10111110 1010000 10111011 0 111010 10 11001 100101110 101110 110101

Color Harmonies of #BE50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50BB

Black with #BE50BB

Text Example


Text Example

White with #BE50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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