Html Css Color HEX #B47AB0 London Hue

📋 copy color: '#B47AB0'

red 180 ◦ green 122 ◦ blue 176

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

Shades of London Hue #B47AB0

Tints of London Hue #B47AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 37.66%
G = 25.52%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B47AB0 (or 0xB47AB0) is known color: London Hue. HEX triplet: B4, 7A and B0. RGB value is (180,122,176). Sum of RGB (Red+Green+Blue) = 180+122+176=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47AB0 is #4B854F. Grayscale: #919191. Windows color (decimal): -4949328 or 11565748. OLE color: 11565748.

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

Color convert

RGB 180 122 176 -
CMYK 0 0.32 0.02 0.29
HSL 304.14º 0.28% 0.59% -
HSV(B) 304.14º 0.32% 0.71% -
XYZ 33.62 26.76 44.47 -
YUV 145.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 180 122 176 0 0.32 0.02 0.29 304.14 0.28 0.59
Hex B4 7A B0 0 20 2 1D 130 1C 3B
Octal 264 172 260 0 40 2 35 460 34 73
Binary 10110100 1111010 10110000 0 100000 10 11101 100110000 11100 111011

Color Harmonies of #B47AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AB0

Black with #B47AB0

Text Example


Text Example

White with #B47AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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