Html Css Color HEX #B47AB3 London Hue

📋 copy color: '#B47AB3'

red 180 ◦ green 122 ◦ blue 179

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

Shades of London Hue #B47AB3

Tints of London Hue #B47AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 37.42%
G = 25.36%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B47AB3 (or 0xB47AB3) is known color: London Hue. HEX triplet: B4, 7A and B3. RGB value is (180,122,179). Sum of RGB (Red+Green+Blue) = 180+122+179=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AB3 is #4B854C. Grayscale: #919191. Windows color (decimal): -4949325 or 11762356. OLE color: 11762356.

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

Color convert

RGB 180 122 179 -
CMYK 0 0.32 0.01 0.29
HSL 301.03º 0.28% 0.59% -
HSV(B) 301.03º 0.32% 0.71% -
XYZ 33.92 26.88 46.05 -
YUV 145.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 180 122 179 0 0.32 0.01 0.29 301.03 0.28 0.59
Hex B4 7A B3 0 20 1 1D 12D 1C 3B
Octal 264 172 263 0 40 1 35 455 34 73
Binary 10110100 1111010 10110011 0 100000 1 11101 100101101 11100 111011

Color Harmonies of #B47AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AB3

Black with #B47AB3

Text Example


Text Example

White with #B47AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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