Html Css Color HEX #BE76B1 London Hue

📋 copy color: '#BE76B1'

red 190 ◦ green 118 ◦ blue 177

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

Shades of London Hue #BE76B1

Tints of London Hue #BE76B1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.33%

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 39.18%
G = 24.33%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE76B1 (or 0xBE76B1) is known color: London Hue. HEX triplet: BE, 76 and B1. RGB value is (190,118,177). Sum of RGB (Red+Green+Blue) = 190+118+177=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76B1 is #41894E. Grayscale: #929292. Windows color (decimal): -4294991 or 11630270. OLE color: 11630270.

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

Color convert

RGB 190 118 177 -
CMYK 0 0.38 0.07 0.25
HSL 310.83º 0.36% 0.6% -
HSV(B) 310.83º 0.38% 0.75% -
XYZ 35.65 27.08 44.94 -
YUV 146.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 190 118 177 0 0.38 0.07 0.25 310.83 0.36 0.6
Hex BE 76 B1 0 26 7 19 137 24 3C
Octal 276 166 261 0 46 7 31 467 44 74
Binary 10111110 1110110 10110001 0 100110 111 11001 100110111 100100 111100

Color Harmonies of #BE76B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76B1

Black with #BE76B1

Text Example


Text Example

White with #BE76B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76B1; }

 p { color: rgb(190,118,177); }

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

background-color css

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

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

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

border-color css

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

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

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