Html Css Color HEX #B47BAE London Hue

📋 copy color: '#B47BAE'

red 180 ◦ green 123 ◦ blue 174

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

Shades of London Hue #B47BAE

Tints of London Hue #B47BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

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

R = 37.74%
G = 25.79%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B47BAE (or 0xB47BAE) is known color: London Hue. HEX triplet: B4, 7B and AE. RGB value is (180,123,174). Sum of RGB (Red+Green+Blue) = 180+123+174=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAE is #4B8451. Grayscale: #919191. Windows color (decimal): -4949074 or 11434932. OLE color: 11434932.

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

Color convert

RGB 180 123 174 -
CMYK 0 0.32 0.03 0.29
HSL 306.32º 0.28% 0.59% -
HSV(B) 306.32º 0.32% 0.71% -
XYZ 33.55 26.93 43.47 -
YUV 145.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 180 123 174 0 0.32 0.03 0.29 306.32 0.28 0.59
Hex B4 7B AE 0 20 3 1D 132 1C 3B
Octal 264 173 256 0 40 3 35 462 34 73
Binary 10110100 1111011 10101110 0 100000 11 11101 100110010 11100 111011

Color Harmonies of #B47BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BAE

Black with #B47BAE

Text Example


Text Example

White with #B47BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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