#B775AF

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

Shades of London Hue #B775AF

Tints of London Hue #B775AF

Color information

#B775AF (or 0xB775AF) is unknown color: approx London Hue. HEX triplet: B7, 75 and AF. RGB value is (183,117,175). Sum of RGB (Red+Green+Blue) = 183+117+175=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B775AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775AF is #488A50. Grayscale: #8F8F8F. Windows color (decimal): -4754001 or 11498935. OLE color: 11498935.

HSL color Cylindrical-coordinate representation of color #B775AF: hue angle of 307.27º 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 #B775AF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183117175-
CMYK00.360.040.28
HSL307.27º31.43%58.82%-
HSV(B)307.27º36.07%71.76%-
XYZ33.6325.8943.78-
YUV143.35145.87156.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=38.53%
G=24.63%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311717500.360.040.28307.2731.4358.82
HexB775AF02441C1331f3b
Octal2671652570444344633773
Binary1011011111101011010111101001001001110010011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775AF; }

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

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

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

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

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

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

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

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