Html Css Color HEX #B47DAE London Hue

📋 copy color: '#B47DAE'

red 180 ◦ green 125 ◦ blue 174

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

Shades of London Hue #B47DAE

Tints of London Hue #B47DAE

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

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

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

R = 37.58%
G = 26.1%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B47DAE (or 0xB47DAE) is known color: London Hue. HEX triplet: B4, 7D and AE. RGB value is (180,125,174). Sum of RGB (Red+Green+Blue) = 180+125+174=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAE is #4B8251. Grayscale: #929292. Windows color (decimal): -4948562 or 11435444. OLE color: 11435444.

HSL color Cylindrical-coordinate representation of color #B47DAE: hue angle of 306.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47DAE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 125 174 -
CMYK 0 0.31 0.03 0.29
HSL 306.55º 0.27% 0.6% -
HSV(B) 306.55º 0.31% 0.71% -
XYZ 33.8 27.43 43.56 -
YUV 147.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 180 125 174 0 0.31 0.03 0.29 306.55 0.27 0.6
Hex B4 7D AE 0 1F 3 1D 133 1B 3C
Octal 264 175 256 0 37 3 35 463 33 74
Binary 10110100 1111101 10101110 0 11111 11 11101 100110011 11011 111100

Color Harmonies of #B47DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DAE

Black with #B47DAE

Text Example


Text Example

White with #B47DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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