#BE75B4

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

Shades of London Hue #BE75B4

Tints of London Hue #BE75B4

Color information

#BE75B4 (or 0xBE75B4) is unknown color: approx London Hue. HEX triplet: BE, 75 and B4. RGB value is (190,117,180). Sum of RGB (Red+Green+Blue) = 190+117+180=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75B4 is #418A4B. Grayscale: #919191. Windows color (decimal): -4295244 or 11826622. OLE color: 11826622.

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

Color convert

RGB190117180-
CMYK00.380.050.25
HSL308.22º35.96%60.2%-
HSV(B)308.22º38.42%74.51%-
XYZ35.8326.9746.5-
YUV146.01147.18159.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=39.01%
G=24.02%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011718000.380.050.25308.2235.9660.2
HexBE75B4026519134243c
Octal2761652640465314644474
Binary10111110111010110110100010011010111001100110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75B4; }

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

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

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

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

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

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

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

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