Html Css Color HEX #B376AD London Hue

📋 copy color: '#B376AD'

red 179 ◦ green 118 ◦ blue 173

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

Shades of London Hue #B376AD

Tints of London Hue #B376AD

RGB

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

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

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

R = 38.09%
G = 25.11%
B = 36.81%

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

#B376AD (or 0xB376AD) is known color: London Hue. HEX triplet: B3, 76 and AD. RGB value is (179,118,173). Sum of RGB (Red+Green+Blue) = 179+118+173=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B376AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376AD is #4C8952. Grayscale: #8E8E8E. Windows color (decimal): -5015891 or 11368115. OLE color: 11368115.

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

Color convert

RGB 179 118 173 -
CMYK 0 0.34 0.03 0.30
HSL 305.9º 0.29% 0.58% -
HSV(B) 305.9º 0.34% 0.7% -
XYZ 32.61 25.56 42.75 -
YUV 142.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 179 118 173 0 0.34 0.03 0.30 305.9 0.29 0.58
Hex B3 76 AD 0 22 3 1E 132 1D 3A
Octal 263 166 255 0 42 3 36 462 35 72
Binary 10110011 1110110 10101101 0 100010 11 11110 100110010 11101 111010

Color Harmonies of #B376AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376AD

Black with #B376AD

Text Example


Text Example

White with #B376AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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