Html Css Color HEX #B479B4 London Hue

📋 copy color: '#B479B4'

red 180 ◦ green 121 ◦ blue 180

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

Shades of London Hue #B479B4

Tints of London Hue #B479B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 37.42%
G = 25.16%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B479B4 (or 0xB479B4) is known color: London Hue. HEX triplet: B4, 79 and B4. RGB value is (180,121,180). Sum of RGB (Red+Green+Blue) = 180+121+180=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B479B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479B4 is #4B864B. Grayscale: #919191. Windows color (decimal): -4949580 or 11827636. OLE color: 11827636.

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

Color convert

RGB 180 121 180 -
CMYK 0 0.33 0 0.29
HSL 300º 0.28% 0.59% -
HSV(B) 300º 0.33% 0.71% -
XYZ 33.9 26.67 46.54 -
YUV 145.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 180 121 180 0 0.33 0 0.29 300 0.28 0.59
Hex B4 79 B4 0 21 0 1D 12C 1C 3B
Octal 264 171 264 0 41 0 35 454 34 73
Binary 10110100 1111001 10110100 0 100001 0 11101 100101100 11100 111011

Color Harmonies of #B479B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479B4

Black with #B479B4

Text Example


Text Example

White with #B479B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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