#B775B1

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

Shades of London Hue #B775B1

Tints of London Hue #B775B1

Color information

#B775B1 (or 0xB775B1) is unknown color: approx London Hue. HEX triplet: B7, 75 and B1. RGB value is (183,117,177). Sum of RGB (Red+Green+Blue) = 183+117+177=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B775B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775B1 is #488A4E. Grayscale: #8F8F8F. Windows color (decimal): -4753999 or 11630007. OLE color: 11630007.

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

Color convert

RGB183117177-
CMYK00.360.030.28
HSL305.45º31.43%58.82%-
HSV(B)305.45º36.07%71.76%-
XYZ33.8325.9644.82-
YUV143.57146.87156.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=38.36%
G=24.53%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311717700.360.030.28305.4531.4358.82
HexB775B102431C1311f3b
Octal2671652610443344613773
Binary101101111110101101100010100100111110010011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775B1; }

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

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

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

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

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

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

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

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