#BE7FBE

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

Shades of London Hue #BE7FBE

Tints of London Hue #BE7FBE

Color information

#BE7FBE (or 0xBE7FBE) is unknown color: approx London Hue. HEX triplet: BE, 7F and BE. RGB value is (190,127,190). Sum of RGB (Red+Green+Blue) = 190+127+190=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FBE is #418041. Grayscale: #989898. Windows color (decimal): -4292674 or 12484542. OLE color: 12484542.

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

Color convert

RGB190127190-
CMYK00.3300.25
HSL300º32.64%62.16%-
HSV(B)300º33.16%74.51%-
XYZ38.1229.8452.47-
YUV153.02148.87154.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=37.48%
G=25.05%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012719000.3300.2530032.6462.16
HexBE7FBE02101912c213e
Octal2761772760410314544176
Binary101111101111111101111100100001011001100101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FBE; }

 p { color: rgb(190,127,190); }

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

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

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

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

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

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

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