Html Css Color HEX #B479AB London Hue

📋 copy color: '#B479AB'

red 180 ◦ green 121 ◦ blue 171

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

Shades of London Hue #B479AB

Tints of London Hue #B479AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 38.14%
G = 25.64%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B479AB (or 0xB479AB) is known color: London Hue. HEX triplet: B4, 79 and AB. RGB value is (180,121,171). Sum of RGB (Red+Green+Blue) = 180+121+171=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AB is #4B8654. Grayscale: #909090. Windows color (decimal): -4949589 or 11237812. OLE color: 11237812.

HSL color Cylindrical-coordinate representation of color #B479AB: hue angle of 309.15º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B479AB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 121 171 -
CMYK 0 0.33 0.05 0.29
HSL 309.15º 0.28% 0.59% -
HSV(B) 309.15º 0.33% 0.71% -
XYZ 33.01 26.32 41.87 -
YUV 144.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 180 121 171 0 0.33 0.05 0.29 309.15 0.28 0.59
Hex B4 79 AB 0 21 5 1D 135 1C 3B
Octal 264 171 253 0 41 5 35 465 34 73
Binary 10110100 1111001 10101011 0 100001 101 11101 100110101 11100 111011

Color Harmonies of #B479AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479AB

Black with #B479AB

Text Example


Text Example

White with #B479AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479AB; }

 p { color: rgb(180,121,171); }

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

background-color css

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

 a { background-color: rgb(180,121,171); }

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

border-color css

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

 span { border-color: rgb(180,121,171); }

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