#BE7BB1

Color #BE7BB1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE7BB1

Tints of London Hue #BE7BB1

Color information

#BE7BB1 (or 0xBE7BB1) is unknown color: approx 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

RGB190123177-
CMYK00.350.070.25
HSL311.64º34.01%61.37%-
HSV(B)311.64º35.26%74.51%-
XYZ36.2528.2945.14-
YUV149.19143.7157.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=38.78%
G=25.10%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012317700.350.070.25311.6434.0161.37
HexBE7BB1023719138223d
Octal2761732610437314704275
Binary10111110111101110110001010001111111001100111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>