#B782AE

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

Shades of London Hue #B782AE

Tints of London Hue #B782AE

Color information

#B782AE (or 0xB782AE) is unknown color: approx London Hue. HEX triplet: B7, 82 and AE. RGB value is (183,130,174). Sum of RGB (Red+Green+Blue) = 183+130+174=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AE is #487D51. Grayscale: #969696. Windows color (decimal): -4750674 or 11436727. OLE color: 11436727.

HSL color Cylindrical-coordinate representation of color #B782AE: hue angle of 310.19º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B782AE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183130174-
CMYK00.290.050.28
HSL310.19º26.9%61.37%-
HSV(B)310.19º28.96%71.76%-
XYZ35.1529.0943.81-
YUV150.86141.06150.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=37.58%
G=26.69%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313017400.290.050.28310.1926.961.37
HexB782AE01D51C1361b3d
Octal2672022560355344663375
Binary1011011110000010101011100111011011110010011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782AE; }

 p { color: rgb(183,130,174); }

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

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

 a { background-color: rgb(183,130,174); }

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

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

 span { border-color: rgb(183,130,174); }

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