Html Css Color HEX #B379AD London Hue

📋 copy color: '#B379AD'

red 179 ◦ green 121 ◦ blue 173

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

Shades of London Hue #B379AD

Tints of London Hue #B379AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

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

R = 37.84%
G = 25.58%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B379AD (or 0xB379AD) is known color: London Hue. HEX triplet: B3, 79 and AD. RGB value is (179,121,173). Sum of RGB (Red+Green+Blue) = 179+121+173=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B379AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379AD is #4C8652. Grayscale: #909090. Windows color (decimal): -5015123 or 11368883. OLE color: 11368883.

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

Color convert

RGB 179 121 173 -
CMYK 0 0.32 0.03 0.30
HSL 306.21º 0.28% 0.59% -
HSV(B) 306.21º 0.32% 0.7% -
XYZ 32.97 26.28 42.87 -
YUV 144.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 179 121 173 0 0.32 0.03 0.30 306.21 0.28 0.59
Hex B3 79 AD 0 20 3 1E 132 1C 3B
Octal 263 171 255 0 40 3 36 462 34 73
Binary 10110011 1111001 10101101 0 100000 11 11110 100110010 11100 111011

Color Harmonies of #B379AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379AD

Black with #B379AD

Text Example


Text Example

White with #B379AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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