Html Css Color HEX #B479AF London Hue

📋 copy color: '#B479AF'

red 180 ◦ green 121 ◦ blue 175

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

Shades of London Hue #B479AF

Tints of London Hue #B479AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 37.82%
G = 25.42%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B479AF (or 0xB479AF) is known color: London Hue. HEX triplet: B4, 79 and AF. RGB value is (180,121,175). Sum of RGB (Red+Green+Blue) = 180+121+175=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AF is #4B8650. Grayscale: #909090. Windows color (decimal): -4949585 or 11499956. OLE color: 11499956.

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

Color convert

RGB 180 121 175 -
CMYK 0 0.33 0.03 0.29
HSL 305.08º 0.28% 0.59% -
HSV(B) 305.08º 0.33% 0.71% -
XYZ 33.4 26.47 43.91 -
YUV 144.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 180 121 175 0 0.33 0.03 0.29 305.08 0.28 0.59
Hex B4 79 AF 0 21 3 1D 131 1C 3B
Octal 264 171 257 0 41 3 35 461 34 73
Binary 10110100 1111001 10101111 0 100001 11 11101 100110001 11100 111011

Color Harmonies of #B479AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479AF

Black with #B479AF

Text Example


Text Example

White with #B479AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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