Html Css Color HEX #B077AD London Hue

📋 copy color: '#B077AD'

red 176 ◦ green 119 ◦ blue 173

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

Shades of London Hue #B077AD

Tints of London Hue #B077AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 37.61%
G = 25.43%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B077AD (or 0xB077AD) is known color: London Hue. HEX triplet: B0, 77 and AD. RGB value is (176,119,173). Sum of RGB (Red+Green+Blue) = 176+119+173=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B077AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077AD is #4F8852. Grayscale: #8E8E8E. Windows color (decimal): -5212243 or 11368368. OLE color: 11368368.

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

Color convert

RGB 176 119 173 -
CMYK 0 0.32 0.02 0.31
HSL 303.16º 0.27% 0.58% -
HSV(B) 303.16º 0.32% 0.69% -
XYZ 32.04 25.44 42.76 -
YUV 142.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 176 119 173 0 0.32 0.02 0.31 303.16 0.27 0.58
Hex B0 77 AD 0 20 2 1F 12F 1B 3A
Octal 260 167 255 0 40 2 37 457 33 72
Binary 10110000 1110111 10101101 0 100000 10 11111 100101111 11011 111010

Color Harmonies of #B077AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077AD

Black with #B077AD

Text Example


Text Example

White with #B077AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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