Html Css Color HEX #B37DAE London Hue

📋 copy color: '#B37DAE'

red 179 ◦ green 125 ◦ blue 174

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

Shades of London Hue #B37DAE

Tints of London Hue #B37DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 37.45%
G = 26.15%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B37DAE (or 0xB37DAE) is known color: London Hue. HEX triplet: B3, 7D and AE. RGB value is (179,125,174). Sum of RGB (Red+Green+Blue) = 179+125+174=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DAE is #4C8251. Grayscale: #929292. Windows color (decimal): -5014098 or 11435443. OLE color: 11435443.

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

Color convert

RGB 179 125 174 -
CMYK 0 0.30 0.03 0.30
HSL 305.56º 0.26% 0.6% -
HSV(B) 305.56º 0.3% 0.7% -
XYZ 33.56 27.31 43.55 -
YUV 146.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 179 125 174 0 0.30 0.03 0.30 305.56 0.26 0.6
Hex B3 7D AE 0 1E 3 1E 132 1A 3C
Octal 263 175 256 0 36 3 36 462 32 74
Binary 10110011 1111101 10101110 0 11110 11 11110 100110010 11010 111100

Color Harmonies of #B37DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37DAE

Black with #B37DAE

Text Example


Text Example

White with #B37DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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