Html Css Color HEX #B376AB London Hue

📋 copy color: '#B376AB'

red 179 ◦ green 118 ◦ blue 171

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

Shades of London Hue #B376AB

Tints of London Hue #B376AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.21%

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

R = 38.25%
G = 25.21%
B = 36.54%

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

#B376AB (or 0xB376AB) is known color: London Hue. HEX triplet: B3, 76 and AB. RGB value is (179,118,171). Sum of RGB (Red+Green+Blue) = 179+118+171=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B376AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376AB is #4C8954. Grayscale: #8E8E8E. Windows color (decimal): -5015893 or 11237043. OLE color: 11237043.

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

Color convert

RGB 179 118 171 -
CMYK 0 0.34 0.04 0.30
HSL 307.87º 0.29% 0.58% -
HSV(B) 307.87º 0.34% 0.7% -
XYZ 32.42 25.48 41.74 -
YUV 142.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 179 118 171 0 0.34 0.04 0.30 307.87 0.29 0.58
Hex B3 76 AB 0 22 4 1E 134 1D 3A
Octal 263 166 253 0 42 4 36 464 35 72
Binary 10110011 1110110 10101011 0 100010 100 11110 100110100 11101 111010

Color Harmonies of #B376AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376AB

Black with #B376AB

Text Example


Text Example

White with #B376AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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