#BE84B1

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

Shades of London Hue #BE84B1

Tints of London Hue #BE84B1

Color information

#BE84B1 (or 0xBE84B1) is unknown color: approx London Hue. HEX triplet: BE, 84 and B1. RGB value is (190,132,177). Sum of RGB (Red+Green+Blue) = 190+132+177=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84B1 is #417B4E. Grayscale: #9A9A9A. Windows color (decimal): -4291407 or 11633854. OLE color: 11633854.

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

Color convert

RGB190132177-
CMYK00.310.070.25
HSL313.45º30.85%63.14%-
HSV(B)313.45º30.53%74.51%-
XYZ37.4230.6245.53-
YUV154.47140.72153.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=38.08%
G=26.45%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013217700.310.070.25313.4530.8563.14
HexBE84B101F7191391f3f
Octal2762042610377314713777
Binary1011111010000100101100010111111111100110011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84B1; }

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

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

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

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

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

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

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

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