Html Css Color HEX #B077B1 London Hue

📋 copy color: '#B077B1'

red 176 ◦ green 119 ◦ blue 177

#B077B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B077B1

Tints of London Hue #B077B1

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 119 (46.88% from 255) = 25.21%

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 37.29%
G = 25.21%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B077B1 (or 0xB077B1) is known color: London Hue. HEX triplet: B0, 77 and B1. RGB value is (176,119,177). Sum of RGB (Red+Green+Blue) = 176+119+177=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #B077B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077B1 is #4F884E. Grayscale: #8E8E8E. Windows color (decimal): -5212239 or 11630512. OLE color: 11630512.

HSL color Cylindrical-coordinate representation of color #B077B1: hue angle of 298.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B077B1 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 177 -
CMYK 0.01 0.33 0 0.31
HSL 298.97º 0.27% 0.58% -
HSV(B) 298.97º 0.33% 0.69% -
XYZ 32.44 25.6 44.83 -
YUV 142.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 176 119 177 0.01 0.33 0 0.31 298.97 0.27 0.58
Hex B0 77 B1 1 21 0 1F 12B 1B 3A
Octal 260 167 261 1 41 0 37 453 33 72
Binary 10110000 1110111 10110001 1 100001 0 11111 100101011 11011 111010

Color Harmonies of #B077B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077B1

Black with #B077B1

Text Example


Text Example

White with #B077B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077B1; }

 p { color: rgb(176,119,177); }

 H1.HeaderClassName
 {
   color: #B077B1;
 }
 .AnyTagClassName
 {
   color: #B077B1;
 }
</style>

background-color css

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

 a { background-color: rgb(176,119,177); }

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

border-color css

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

 span { border-color: rgb(176,119,177); }

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