#B77ABA

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

Shades of London Hue #B77ABA

Tints of London Hue #B77ABA

Color information

#B77ABA (or 0xB77ABA) is unknown color: approx London Hue. HEX triplet: B7, 7A and BA. RGB value is (183,122,186). Sum of RGB (Red+Green+Blue) = 183+122+186=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ABA is #488545. Grayscale: #939393. Windows color (decimal): -4752710 or 12221111. OLE color: 12221111.

HSL color Cylindrical-coordinate representation of color #B77ABA: hue angle of 297.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77ABA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183122186-
CMYK0.020.3400.27
HSL297.19º31.68%60.39%-
HSV(B)297.19º34.41%72.94%-
XYZ35.3527.5349.91-
YUV147.54149.71153.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=37.27%
G=24.85%
B=37.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831221860.020.3400.27297.1931.6860.39
HexB77ABA22201B129203c
Octal2671722722420334514074
Binary1011011111110101011101010100010011011100101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77ABA; }

 p { color: rgb(183,122,186); }

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

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

 a { background-color: rgb(183,122,186); }

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

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

 span { border-color: rgb(183,122,186); }

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