Html Css Color HEX #B47DAC London Hue

📋 copy color: '#B47DAC'

red 180 ◦ green 125 ◦ blue 172

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

Shades of London Hue #B47DAC

Tints of London Hue #B47DAC

RGB

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

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

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

R = 37.74%
G = 26.21%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B47DAC (or 0xB47DAC) is known color: London Hue. HEX triplet: B4, 7D and AC. RGB value is (180,125,172). Sum of RGB (Red+Green+Blue) = 180+125+172=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAC is #4B8253. Grayscale: #929292. Windows color (decimal): -4948564 or 11304372. OLE color: 11304372.

HSL color Cylindrical-coordinate representation of color #B47DAC: hue angle of 308.73º 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 #B47DAC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 125 172 -
CMYK 0 0.31 0.04 0.29
HSL 308.73º 0.27% 0.6% -
HSV(B) 308.73º 0.31% 0.71% -
XYZ 33.6 27.35 42.54 -
YUV 146.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 180 125 172 0 0.31 0.04 0.29 308.73 0.27 0.6
Hex B4 7D AC 0 1F 4 1D 135 1B 3C
Octal 264 175 254 0 37 4 35 465 33 74
Binary 10110100 1111101 10101100 0 11111 100 11101 100110101 11011 111100

Color Harmonies of #B47DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DAC

Black with #B47DAC

Text Example


Text Example

White with #B47DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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