#BE83BD

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

Shades of London Hue #BE83BD

Tints of London Hue #BE83BD

Color information

#BE83BD (or 0xBE83BD) is unknown color: approx London Hue. HEX triplet: BE, 83 and BD. RGB value is (190,131,189). Sum of RGB (Red+Green+Blue) = 190+131+189=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83BD is #417C42. Grayscale: #9B9B9B. Windows color (decimal): -4291651 or 12420030. OLE color: 12420030.

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

Color convert

RGB190131189-
CMYK00.310.010.25
HSL301.02º31.22%62.94%-
HSV(B)301.02º31.05%74.51%-
XYZ38.5430.8552.07-
YUV155.25147.05152.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=37.25%
G=25.69%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013118900.310.010.25301.0231.2262.94
HexBE83BD01F11912d1f3f
Octal2762032750371314553777
Binary10111110100000111011110101111111100110010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83BD; }

 p { color: rgb(190,131,189); }

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

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

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

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

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

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

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