#B775B3

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

Shades of London Hue #B775B3

Tints of London Hue #B775B3

Color information

#B775B3 (or 0xB775B3) is unknown color: approx London Hue. HEX triplet: B7, 75 and B3. RGB value is (183,117,179). Sum of RGB (Red+Green+Blue) = 183+117+179=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B775B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775B3 is #488A4C. Grayscale: #8F8F8F. Windows color (decimal): -4753997 or 11761079. OLE color: 11761079.

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

Color convert

RGB183117179-
CMYK00.360.020.28
HSL303.64º31.43%58.82%-
HSV(B)303.64º36.07%71.76%-
XYZ34.0326.0445.88-
YUV143.8147.87155.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=38.20%
G=24.43%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311717900.360.020.28303.6431.4358.82
HexB775B302421C1301f3b
Octal2671652630442344603773
Binary101101111110101101100110100100101110010011000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775B3; }

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

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

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

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

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

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

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

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