Html Css Color HEX #BE77BF Fuchsia

📋 copy color: '#BE77BF'

red 190 ◦ green 119 ◦ blue 191

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

Shades of Fuchsia #BE77BF

Tints of Fuchsia #BE77BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 38%
G = 23.8%
B = 38.2%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE77BF (or 0xBE77BF) is known color: Fuchsia. HEX triplet: BE, 77 and BF. RGB value is (190,119,191). Sum of RGB (Red+Green+Blue) = 190+119+191=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77BF is #418840. Grayscale: #949494. Windows color (decimal): -4294721 or 12548030. OLE color: 12548030.

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

Color convert

RGB 190 119 191 -
CMYK 0.01 0.38 0 0.25
HSL 299.17º 0.36% 0.61% -
HSV(B) 299.17º 0.38% 0.75% -
XYZ 37.24 27.9 52.71 -
YUV 148.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 190 119 191 0.01 0.38 0 0.25 299.17 0.36 0.61
Hex BE 77 BF 1 26 0 19 12B 24 3D
Octal 276 167 277 1 46 0 31 453 44 75
Binary 10111110 1110111 10111111 1 100110 0 11001 100101011 100100 111101

Color Harmonies of #BE77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77BF

Black with #BE77BF

Text Example


Text Example

White with #BE77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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