Html Css Color HEX #B377AB London Hue

📋 copy color: '#B377AB'

red 179 ◦ green 119 ◦ blue 171

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

Shades of London Hue #B377AB

Tints of London Hue #B377AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 38.17%
G = 25.37%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B377AB (or 0xB377AB) is known color: London Hue. HEX triplet: B3, 77 and AB. RGB value is (179,119,171). Sum of RGB (Red+Green+Blue) = 179+119+171=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B377AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377AB is #4C8854. Grayscale: #8E8E8E. Windows color (decimal): -5015637 or 11237299. OLE color: 11237299.

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

Color convert

RGB 179 119 171 -
CMYK 0 0.34 0.04 0.30
HSL 308º 0.28% 0.58% -
HSV(B) 308º 0.34% 0.7% -
XYZ 32.54 25.72 41.78 -
YUV 142.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 179 119 171 0 0.34 0.04 0.30 308 0.28 0.58
Hex B3 77 AB 0 22 4 1E 134 1C 3A
Octal 263 167 253 0 42 4 36 464 34 72
Binary 10110011 1110111 10101011 0 100010 100 11110 100110100 11100 111010

Color Harmonies of #B377AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377AB

Black with #B377AB

Text Example


Text Example

White with #B377AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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