Html Css Color HEX #B37DAF London Hue

📋 copy color: '#B37DAF'

red 179 ◦ green 125 ◦ blue 175

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

Shades of London Hue #B37DAF

Tints of London Hue #B37DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 37.37%
G = 26.1%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B37DAF (or 0xB37DAF) is known color: London Hue. HEX triplet: B3, 7D and AF. RGB value is (179,125,175). Sum of RGB (Red+Green+Blue) = 179+125+175=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DAF is #4C8250. Grayscale: #929292. Windows color (decimal): -5014097 or 11500979. OLE color: 11500979.

HSL color Cylindrical-coordinate representation of color #B37DAF: hue angle of 304.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37DAF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 175 -
CMYK 0 0.30 0.02 0.30
HSL 304.44º 0.26% 0.6% -
HSV(B) 304.44º 0.3% 0.7% -
XYZ 33.66 27.35 44.06 -
YUV 146.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 179 125 175 0 0.30 0.02 0.30 304.44 0.26 0.6
Hex B3 7D AF 0 1E 2 1E 130 1A 3C
Octal 263 175 257 0 36 2 36 460 32 74
Binary 10110011 1111101 10101111 0 11110 10 11110 100110000 11010 111100

Color Harmonies of #B37DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DAF

Black with #B37DAF

Text Example


Text Example

White with #B37DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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