Html Css Color HEX #B47AAD London Hue

📋 copy color: '#B47AAD'

red 180 ◦ green 122 ◦ blue 173

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

Shades of London Hue #B47AAD

Tints of London Hue #B47AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 37.89%
G = 25.68%
B = 36.42%

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

#B47AAD (or 0xB47AAD) is known color: London Hue. HEX triplet: B4, 7A and AD. RGB value is (180,122,173). Sum of RGB (Red+Green+Blue) = 180+122+173=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AAD is #4B8552. Grayscale: #919191. Windows color (decimal): -4949331 or 11369140. OLE color: 11369140.

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

Color convert

RGB 180 122 173 -
CMYK 0 0.32 0.04 0.29
HSL 307.24º 0.28% 0.59% -
HSV(B) 307.24º 0.32% 0.71% -
XYZ 33.32 26.64 42.92 -
YUV 145.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 180 122 173 0 0.32 0.04 0.29 307.24 0.28 0.59
Hex B4 7A AD 0 20 4 1D 133 1C 3B
Octal 264 172 255 0 40 4 35 463 34 73
Binary 10110100 1111010 10101101 0 100000 100 11101 100110011 11100 111011

Color Harmonies of #B47AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AAD

Black with #B47AAD

Text Example


Text Example

White with #B47AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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