#BE75B1

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

Shades of London Hue #BE75B1

Tints of London Hue #BE75B1

Color information

#BE75B1 (or 0xBE75B1) is unknown color: approx London Hue. HEX triplet: BE, 75 and B1. RGB value is (190,117,177). Sum of RGB (Red+Green+Blue) = 190+117+177=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75B1 is #418A4E. Grayscale: #919191. Windows color (decimal): -4295247 or 11630014. OLE color: 11630014.

HSL color Cylindrical-coordinate representation of color #BE75B1: hue angle of 310.68º 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 #BE75B1 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190117177-
CMYK00.380.070.25
HSL310.68º35.96%60.2%-
HSV(B)310.68º38.42%74.51%-
XYZ35.5326.8444.9-
YUV145.67145.68159.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=39.26%
G=24.17%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011717700.380.070.25310.6835.9660.2
HexBE75B1026719137243c
Octal2761652610467314674474
Binary10111110111010110110001010011011111001100110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75B1; }

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

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

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

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

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

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

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

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