Html Css Color HEX #B379B0 London Hue

📋 copy color: '#B379B0'

red 179 ◦ green 121 ◦ blue 176

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

Shades of London Hue #B379B0

Tints of London Hue #B379B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 37.61%
G = 25.42%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B379B0 (or 0xB379B0) is known color: London Hue. HEX triplet: B3, 79 and B0. RGB value is (179,121,176). Sum of RGB (Red+Green+Blue) = 179+121+176=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B379B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379B0 is #4C864F. Grayscale: #909090. Windows color (decimal): -5015120 or 11565491. OLE color: 11565491.

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

Color convert

RGB 179 121 176 -
CMYK 0 0.32 0.02 0.30
HSL 303.1º 0.28% 0.59% -
HSV(B) 303.1º 0.32% 0.7% -
XYZ 33.26 26.39 44.42 -
YUV 144.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 179 121 176 0 0.32 0.02 0.30 303.1 0.28 0.59
Hex B3 79 B0 0 20 2 1E 12F 1C 3B
Octal 263 171 260 0 40 2 36 457 34 73
Binary 10110011 1111001 10110000 0 100000 10 11110 100101111 11100 111011

Color Harmonies of #B379B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379B0

Black with #B379B0

Text Example


Text Example

White with #B379B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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