Html Css Color HEX #B480A9 London Hue

📋 copy color: '#B480A9'

red 180 ◦ green 128 ◦ blue 169

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

Shades of London Hue #B480A9

Tints of London Hue #B480A9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 169 (66.41% from 255) = 35.43%

R = 37.74%
G = 26.83%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B480A9 (or 0xB480A9) is known color: London Hue. HEX triplet: B4, 80 and A9. RGB value is (180,128,169). Sum of RGB (Red+Green+Blue) = 180+128+169=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A9 is #4B7F56. Grayscale: #949494. Windows color (decimal): -4947799 or 11108532. OLE color: 11108532.

HSL color Cylindrical-coordinate representation of color #B480A9: hue angle of 312.69º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B480A9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 128 169 -
CMYK 0 0.29 0.06 0.29
HSL 312.69º 0.26% 0.6% -
HSV(B) 312.69º 0.29% 0.71% -
XYZ 33.7 28.01 41.17 -
YUV 148.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 180 128 169 0 0.29 0.06 0.29 312.69 0.26 0.6
Hex B4 80 A9 0 1D 6 1D 139 1A 3C
Octal 264 200 251 0 35 6 35 471 32 74
Binary 10110100 10000000 10101001 0 11101 110 11101 100111001 11010 111100

Color Harmonies of #B480A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480A9

Black with #B480A9

Text Example


Text Example

White with #B480A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480A9; }

 p { color: rgb(180,128,169); }

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

background-color css

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

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

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

border-color css

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

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

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