Html Css Color HEX #B47AB2 London Hue

📋 copy color: '#B47AB2'

red 180 ◦ green 122 ◦ blue 178

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

Shades of London Hue #B47AB2

Tints of London Hue #B47AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 37.5%
G = 25.42%
B = 37.08%

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

#B47AB2 (or 0xB47AB2) is known color: London Hue. HEX triplet: B4, 7A and B2. RGB value is (180,122,178). Sum of RGB (Red+Green+Blue) = 180+122+178=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AB2 is #4B854D. Grayscale: #919191. Windows color (decimal): -4949326 or 11696820. OLE color: 11696820.

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

Color convert

RGB 180 122 178 -
CMYK 0 0.32 0.01 0.29
HSL 302.07º 0.28% 0.59% -
HSV(B) 302.07º 0.32% 0.71% -
XYZ 33.82 26.84 45.52 -
YUV 145.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 180 122 178 0 0.32 0.01 0.29 302.07 0.28 0.59
Hex B4 7A B2 0 20 1 1D 12E 1C 3B
Octal 264 172 262 0 40 1 35 456 34 73
Binary 10110100 1111010 10110010 0 100000 1 11101 100101110 11100 111011

Color Harmonies of #B47AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AB2

Black with #B47AB2

Text Example


Text Example

White with #B47AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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