#BE75B2

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

Shades of London Hue #BE75B2

Tints of London Hue #BE75B2

Color information

#BE75B2 (or 0xBE75B2) is unknown color: approx London Hue. HEX triplet: BE, 75 and B2. RGB value is (190,117,178). Sum of RGB (Red+Green+Blue) = 190+117+178=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75B2 is #418A4D. Grayscale: #919191. Windows color (decimal): -4295246 or 11695550. OLE color: 11695550.

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

Color convert

RGB190117178-
CMYK00.380.060.25
HSL309.86º35.96%60.2%-
HSV(B)309.86º38.42%74.51%-
XYZ35.6326.8845.43-
YUV145.78146.18159.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=39.18%
G=24.12%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011717800.380.060.25309.8635.9660.2
HexBE75B2026619136243c
Octal2761652620466314664474
Binary10111110111010110110010010011011011001100110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75B2; }

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

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

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

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

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

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

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

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