Html Css Color HEX #B277AA London Hue

📋 copy color: '#B277AA'

red 178 ◦ green 119 ◦ blue 170

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

Shades of London Hue #B277AA

Tints of London Hue #B277AA

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 38.12%
G = 25.48%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B277AA (or 0xB277AA) is known color: London Hue. HEX triplet: B2, 77 and AA. RGB value is (178,119,170). Sum of RGB (Red+Green+Blue) = 178+119+170=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B277AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B277AA is #4D8855. Grayscale: #8E8E8E. Windows color (decimal): -5081174 or 11171762. OLE color: 11171762.

HSL color Cylindrical-coordinate representation of color #B277AA: hue angle of 308.14º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B277AA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 170 -
CMYK 0 0.33 0.04 0.30
HSL 308.14º 0.28% 0.58% -
HSV(B) 308.14º 0.33% 0.7% -
XYZ 32.21 25.56 41.27 -
YUV 142.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 178 119 170 0 0.33 0.04 0.30 308.14 0.28 0.58
Hex B2 77 AA 0 21 4 1E 134 1C 3A
Octal 262 167 252 0 41 4 36 464 34 72
Binary 10110010 1110111 10101010 0 100001 100 11110 100110100 11100 111010

Color Harmonies of #B277AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277AA

Black with #B277AA

Text Example


Text Example

White with #B277AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277AA; }

 p { color: rgb(178,119,170); }

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

background-color css

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

 a { background-color: rgb(178,119,170); }

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

border-color css

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

 span { border-color: rgb(178,119,170); }

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