#B775AE

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

Shades of London Hue #B775AE

Tints of London Hue #B775AE

Color information

#B775AE (or 0xB775AE) is unknown color: approx London Hue. HEX triplet: B7, 75 and AE. RGB value is (183,117,174). Sum of RGB (Red+Green+Blue) = 183+117+174=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B775AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775AE is #488A51. Grayscale: #8F8F8F. Windows color (decimal): -4754002 or 11433399. OLE color: 11433399.

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

Color convert

RGB183117174-
CMYK00.360.050.28
HSL308.18º31.43%58.82%-
HSV(B)308.18º36.07%71.76%-
XYZ33.5325.8543.27-
YUV143.23145.37156.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=38.61%
G=24.68%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311717400.360.050.28308.1831.4358.82
HexB775AE02451C1341f3b
Octal2671652560445344643773
Binary1011011111101011010111001001001011110010011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775AE; }

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

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

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

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

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

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

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

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