#BE7CB1

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

Shades of London Hue #BE7CB1

Tints of London Hue #BE7CB1

Color information

#BE7CB1 (or 0xBE7CB1) is unknown color: approx London Hue. HEX triplet: BE, 7C and B1. RGB value is (190,124,177). Sum of RGB (Red+Green+Blue) = 190+124+177=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CB1 is #41834E. Grayscale: #959595. Windows color (decimal): -4293455 or 11631806. OLE color: 11631806.

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

Color convert

RGB190124177-
CMYK00.350.070.25
HSL311.82º33.67%61.57%-
HSV(B)311.82º34.74%74.51%-
XYZ36.3828.5445.19-
YUV149.78143.37156.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=38.70%
G=25.25%
B=36.05%

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
Decimal19012417700.350.070.25311.8233.6761.57
HexBE7CB1023719138223e
Octal2761742610437314704276
Binary10111110111110010110001010001111111001100111000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CB1; }

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

 H1.HeaderClassName
 {
   color: #BE7CB1;
 }
 .AnyTagClassName
 {
   color: #BE7CB1;
 }
</style>
background-color css

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

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

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

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

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

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