Html Css Color HEX #B479AD London Hue

📋 copy color: '#B479AD'

red 180 ◦ green 121 ◦ blue 173

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

Shades of London Hue #B479AD

Tints of London Hue #B479AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 37.97%
G = 25.53%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B479AD (or 0xB479AD) is known color: London Hue. HEX triplet: B4, 79 and AD. RGB value is (180,121,173). Sum of RGB (Red+Green+Blue) = 180+121+173=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AD is #4B8652. Grayscale: #909090. Windows color (decimal): -4949587 or 11368884. OLE color: 11368884.

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

Color convert

RGB 180 121 173 -
CMYK 0 0.33 0.04 0.29
HSL 307.12º 0.28% 0.59% -
HSV(B) 307.12º 0.33% 0.71% -
XYZ 33.2 26.4 42.88 -
YUV 144.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 180 121 173 0 0.33 0.04 0.29 307.12 0.28 0.59
Hex B4 79 AD 0 21 4 1D 133 1C 3B
Octal 264 171 255 0 41 4 35 463 34 73
Binary 10110100 1111001 10101101 0 100001 100 11101 100110011 11100 111011

Color Harmonies of #B479AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479AD

Black with #B479AD

Text Example


Text Example

White with #B479AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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