Html Css Color HEX #BE77BC Fuchsia

📋 copy color: '#BE77BC'

red 190 ◦ green 119 ◦ blue 188

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

Shades of Fuchsia #BE77BC

Tints of Fuchsia #BE77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 38.23%
G = 23.94%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE77BC (or 0xBE77BC) is known color: Fuchsia. HEX triplet: BE, 77 and BC. RGB value is (190,119,188). Sum of RGB (Red+Green+Blue) = 190+119+188=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77BC is #418843. Grayscale: #939393. Windows color (decimal): -4294724 or 12351422. OLE color: 12351422.

HSL color Cylindrical-coordinate representation of color #BE77BC: hue angle of 301.69º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77BC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 188 -
CMYK 0 0.37 0.01 0.25
HSL 301.69º 0.35% 0.61% -
HSV(B) 301.69º 0.37% 0.75% -
XYZ 36.91 27.77 50.99 -
YUV 148.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 190 119 188 0 0.37 0.01 0.25 301.69 0.35 0.61
Hex BE 77 BC 0 25 1 19 12E 23 3D
Octal 276 167 274 0 45 1 31 456 43 75
Binary 10111110 1110111 10111100 0 100101 1 11001 100101110 100011 111101

Color Harmonies of #BE77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77BC

Black with #BE77BC

Text Example


Text Example

White with #BE77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77BC; }

 p { color: rgb(190,119,188); }

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

background-color css

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

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

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

border-color css

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

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

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