#BE78B2

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

Shades of London Hue #BE78B2

Tints of London Hue #BE78B2

Color information

#BE78B2 (or 0xBE78B2) is unknown color: approx London Hue. HEX triplet: BE, 78 and B2. RGB value is (190,120,178). Sum of RGB (Red+Green+Blue) = 190+120+178=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78B2 is #41874D. Grayscale: #939393. Windows color (decimal): -4294478 or 11696318. OLE color: 11696318.

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

Color convert

RGB190120178-
CMYK00.370.060.25
HSL310.29º35%60.78%-
HSV(B)310.29º36.84%74.51%-
XYZ35.9927.5945.55-
YUV147.54145.19158.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=38.93%
G=24.59%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012017800.370.060.25310.293560.78
HexBE78B2025619136233d
Octal2761702620456314664375
Binary10111110111100010110010010010111011001100110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78B2; }

 p { color: rgb(190,120,178); }

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

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

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

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

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

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

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