Html Css Color HEX #B080AD London Hue

📋 copy color: '#B080AD'

red 176 ◦ green 128 ◦ blue 173

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

Shades of London Hue #B080AD

Tints of London Hue #B080AD

RGB

 RED value IS 176 (69.14% from 255) = 36.9%

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

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

R = 36.9%
G = 26.83%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B080AD (or 0xB080AD) is known color: London Hue. HEX triplet: B0, 80 and AD. RGB value is (176,128,173). Sum of RGB (Red+Green+Blue) = 176+128+173=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AD is #4F7F52. Grayscale: #939393. Windows color (decimal): -5209939 or 11370672. OLE color: 11370672.

HSL color Cylindrical-coordinate representation of color #B080AD: hue angle of 303.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B080AD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 173 -
CMYK 0 0.27 0.02 0.31
HSL 303.75º 0.23% 0.6% -
HSV(B) 303.75º 0.27% 0.69% -
XYZ 33.17 27.69 43.13 -
YUV 147.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 176 128 173 0 0.27 0.02 0.31 303.75 0.23 0.6
Hex B0 80 AD 0 1B 2 1F 130 17 3C
Octal 260 200 255 0 33 2 37 460 27 74
Binary 10110000 10000000 10101101 0 11011 10 11111 100110000 10111 111100

Color Harmonies of #B080AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080AD

Black with #B080AD

Text Example


Text Example

White with #B080AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080AD; }

 p { color: rgb(176,128,173); }

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

background-color css

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

 a { background-color: rgb(176,128,173); }

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

border-color css

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

 span { border-color: rgb(176,128,173); }

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