Html Css Color HEX #B47FAE London Hue

📋 copy color: '#B47FAE'

red 180 ◦ green 127 ◦ blue 174

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

Shades of London Hue #B47FAE

Tints of London Hue #B47FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

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

R = 37.42%
G = 26.4%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B47FAE (or 0xB47FAE) is known color: London Hue. HEX triplet: B4, 7F and AE. RGB value is (180,127,174). Sum of RGB (Red+Green+Blue) = 180+127+174=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAE is #4B8051. Grayscale: #949494. Windows color (decimal): -4948050 or 11435956. OLE color: 11435956.

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

Color convert

RGB 180 127 174 -
CMYK 0 0.29 0.03 0.29
HSL 306.79º 0.26% 0.6% -
HSV(B) 306.79º 0.29% 0.71% -
XYZ 34.05 27.94 43.64 -
YUV 148.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 180 127 174 0 0.29 0.03 0.29 306.79 0.26 0.6
Hex B4 7F AE 0 1D 3 1D 133 1A 3C
Octal 264 177 256 0 35 3 35 463 32 74
Binary 10110100 1111111 10101110 0 11101 11 11101 100110011 11010 111100

Color Harmonies of #B47FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47FAE

Black with #B47FAE

Text Example


Text Example

White with #B47FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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