Html Css Color HEX #B377AD London Hue

📋 copy color: '#B377AD'

red 179 ◦ green 119 ◦ blue 173

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

Shades of London Hue #B377AD

Tints of London Hue #B377AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 38%
G = 25.27%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B377AD (or 0xB377AD) is known color: London Hue. HEX triplet: B3, 77 and AD. RGB value is (179,119,173). Sum of RGB (Red+Green+Blue) = 179+119+173=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B377AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377AD is #4C8852. Grayscale: #8E8E8E. Windows color (decimal): -5015635 or 11368371. OLE color: 11368371.

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

Color convert

RGB 179 119 173 -
CMYK 0 0.34 0.03 0.30
HSL 306º 0.28% 0.58% -
HSV(B) 306º 0.34% 0.7% -
XYZ 32.73 25.79 42.79 -
YUV 143.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 179 119 173 0 0.34 0.03 0.30 306 0.28 0.58
Hex B3 77 AD 0 22 3 1E 132 1C 3A
Octal 263 167 255 0 42 3 36 462 34 72
Binary 10110011 1110111 10101101 0 100010 11 11110 100110010 11100 111010

Color Harmonies of #B377AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377AD

Black with #B377AD

Text Example


Text Example

White with #B377AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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