Html Css Color HEX #B379AF London Hue

📋 copy color: '#B379AF'

red 179 ◦ green 121 ◦ blue 175

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

Shades of London Hue #B379AF

Tints of London Hue #B379AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 37.68%
G = 25.47%
B = 36.84%

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

#B379AF (or 0xB379AF) is known color: London Hue. HEX triplet: B3, 79 and AF. RGB value is (179,121,175). Sum of RGB (Red+Green+Blue) = 179+121+175=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B379AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379AF is #4C8650. Grayscale: #909090. Windows color (decimal): -5015121 or 11499955. OLE color: 11499955.

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

Color convert

RGB 179 121 175 -
CMYK 0 0.32 0.02 0.30
HSL 304.14º 0.28% 0.59% -
HSV(B) 304.14º 0.32% 0.7% -
XYZ 33.17 26.35 43.9 -
YUV 144.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 179 121 175 0 0.32 0.02 0.30 304.14 0.28 0.59
Hex B3 79 AF 0 20 2 1E 130 1C 3B
Octal 263 171 257 0 40 2 36 460 34 73
Binary 10110011 1111001 10101111 0 100000 10 11110 100110000 11100 111011

Color Harmonies of #B379AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379AF

Black with #B379AF

Text Example


Text Example

White with #B379AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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