Html Css Color HEX #BE7BB1 London Hue

📋 copy color: '#BE7BB1'

red 190 ◦ green 123 ◦ blue 177

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

Shades of London Hue #BE7BB1

Tints of London Hue #BE7BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.1%

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

R = 38.78%
G = 25.1%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE7BB1 (or 0xBE7BB1) is known color: London Hue. HEX triplet: BE, 7B and B1. RGB value is (190,123,177). Sum of RGB (Red+Green+Blue) = 190+123+177=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BB1 is #41844E. Grayscale: #959595. Windows color (decimal): -4293711 or 11631550. OLE color: 11631550.

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

Color convert

RGB 190 123 177 -
CMYK 0 0.35 0.07 0.25
HSL 311.64º 0.34% 0.61% -
HSV(B) 311.64º 0.35% 0.75% -
XYZ 36.25 28.29 45.14 -
YUV 149.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 190 123 177 0 0.35 0.07 0.25 311.64 0.34 0.61
Hex BE 7B B1 0 23 7 19 138 22 3D
Octal 276 173 261 0 43 7 31 470 42 75
Binary 10111110 1111011 10110001 0 100011 111 11001 100111000 100010 111101

Color Harmonies of #BE7BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BB1

Black with #BE7BB1

Text Example


Text Example

White with #BE7BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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