Html Css Color HEX #B47EAC London Hue

📋 copy color: '#B47EAC'

red 180 ◦ green 126 ◦ blue 172

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

Shades of London Hue #B47EAC

Tints of London Hue #B47EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.36%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 37.66%
G = 26.36%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B47EAC (or 0xB47EAC) is known color: London Hue. HEX triplet: B4, 7E and AC. RGB value is (180,126,172). Sum of RGB (Red+Green+Blue) = 180+126+172=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAC is #4B8153. Grayscale: #939393. Windows color (decimal): -4948308 or 11304628. OLE color: 11304628.

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

Color convert

RGB 180 126 172 -
CMYK 0 0.3 0.04 0.29
HSL 308.89º 0.26% 0.6% -
HSV(B) 308.89º 0.3% 0.71% -
XYZ 33.73 27.6 42.58 -
YUV 147.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 180 126 172 0 0.3 0.04 0.29 308.89 0.26 0.6
Hex B4 7E AC 0 1E 4 1D 135 1A 3C
Octal 264 176 254 0 36 4 35 465 32 74
Binary 10110100 1111110 10101100 0 11110 100 11101 100110101 11010 111100

Color Harmonies of #B47EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EAC

Black with #B47EAC

Text Example


Text Example

White with #B47EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EAC; }

 p { color: rgb(180,126,172); }

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

background-color css

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

 a { background-color: rgb(180,126,172); }

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

border-color css

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

 span { border-color: rgb(180,126,172); }

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