Html Css Color HEX #B47AAC London Hue

📋 copy color: '#B47AAC'

red 180 ◦ green 122 ◦ blue 172

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

Shades of London Hue #B47AAC

Tints of London Hue #B47AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

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

R = 37.97%
G = 25.74%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B47AAC (or 0xB47AAC) is known color: London Hue. HEX triplet: B4, 7A and AC. RGB value is (180,122,172). Sum of RGB (Red+Green+Blue) = 180+122+172=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAC is #4B8553. Grayscale: #909090. Windows color (decimal): -4949332 or 11303604. OLE color: 11303604.

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

Color convert

RGB 180 122 172 -
CMYK 0 0.32 0.04 0.29
HSL 308.28º 0.28% 0.59% -
HSV(B) 308.28º 0.32% 0.71% -
XYZ 33.23 26.6 42.41 -
YUV 145.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 180 122 172 0 0.32 0.04 0.29 308.28 0.28 0.59
Hex B4 7A AC 0 20 4 1D 134 1C 3B
Octal 264 172 254 0 40 4 35 464 34 73
Binary 10110100 1111010 10101100 0 100000 100 11101 100110100 11100 111011

Color Harmonies of #B47AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AAC

Black with #B47AAC

Text Example


Text Example

White with #B47AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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