Html Css Color HEX #B377AA London Hue

📋 copy color: '#B377AA'

red 179 ◦ green 119 ◦ blue 170

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

Shades of London Hue #B377AA

Tints of London Hue #B377AA

RGB

 RED value IS 179 (70.31% from 255) = 38.25%

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

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

R = 38.25%
G = 25.43%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B377AA (or 0xB377AA) is known color: London Hue. HEX triplet: B3, 77 and AA. RGB value is (179,119,170). Sum of RGB (Red+Green+Blue) = 179+119+170=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B377AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377AA is #4C8855. Grayscale: #8E8E8E. Windows color (decimal): -5015638 or 11171763. OLE color: 11171763.

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

Color convert

RGB 179 119 170 -
CMYK 0 0.34 0.05 0.30
HSL 309º 0.28% 0.58% -
HSV(B) 309º 0.34% 0.7% -
XYZ 32.44 25.68 41.28 -
YUV 142.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 179 119 170 0 0.34 0.05 0.30 309 0.28 0.58
Hex B3 77 AA 0 22 5 1E 135 1C 3A
Octal 263 167 252 0 42 5 36 465 34 72
Binary 10110011 1110111 10101010 0 100010 101 11110 100110101 11100 111010

Color Harmonies of #B377AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377AA

Black with #B377AA

Text Example


Text Example

White with #B377AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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