Html Css Color HEX #B379B5 London Hue

📋 copy color: '#B379B5'

red 179 ◦ green 121 ◦ blue 181

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

Shades of London Hue #B379B5

Tints of London Hue #B379B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 37.21%
G = 25.16%
B = 37.63%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B379B5 (or 0xB379B5) is known color: London Hue. HEX triplet: B3, 79 and B5. RGB value is (179,121,181). Sum of RGB (Red+Green+Blue) = 179+121+181=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #B379B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B379B5 is #4C864A. Grayscale: #919191. Windows color (decimal): -5015115 or 11893171. OLE color: 11893171.

HSL color Cylindrical-coordinate representation of color #B379B5: hue angle of 298º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B379B5 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 121 181 -
CMYK 0.01 0.33 0 0.29
HSL 298º 0.29% 0.59% -
HSV(B) 298º 0.33% 0.71% -
XYZ 33.77 26.59 47.07 -
YUV 145.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 179 121 181 0.01 0.33 0 0.29 298 0.29 0.59
Hex B3 79 B5 1 21 0 1D 12A 1D 3B
Octal 263 171 265 1 41 0 35 452 35 73
Binary 10110011 1111001 10110101 1 100001 0 11101 100101010 11101 111011

Color Harmonies of #B379B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379B5

Black with #B379B5

Text Example


Text Example

White with #B379B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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