Html Css Color HEX #B277AC London Hue

📋 copy color: '#B277AC'

red 178 ◦ green 119 ◦ blue 172

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

Shades of London Hue #B277AC

Tints of London Hue #B277AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 37.95%
G = 25.37%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B277AC (or 0xB277AC) is known color: London Hue. HEX triplet: B2, 77 and AC. RGB value is (178,119,172). Sum of RGB (Red+Green+Blue) = 178+119+172=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B277AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B277AC is #4D8853. Grayscale: #8E8E8E. Windows color (decimal): -5081172 or 11302834. OLE color: 11302834.

HSL color Cylindrical-coordinate representation of color #B277AC: hue angle of 306.1º 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 #B277AC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 172 -
CMYK 0 0.33 0.03 0.30
HSL 306.1º 0.28% 0.58% -
HSV(B) 306.1º 0.33% 0.7% -
XYZ 32.4 25.64 42.27 -
YUV 142.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 178 119 172 0 0.33 0.03 0.30 306.1 0.28 0.58
Hex B2 77 AC 0 21 3 1E 132 1C 3A
Octal 262 167 254 0 41 3 36 462 34 72
Binary 10110010 1110111 10101100 0 100001 11 11110 100110010 11100 111010

Color Harmonies of #B277AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277AC

Black with #B277AC

Text Example


Text Example

White with #B277AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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