Html Css Color HEX #B880AD London Hue

📋 copy color: '#B880AD'

red 184 ◦ green 128 ◦ blue 173

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

Shades of London Hue #B880AD

Tints of London Hue #B880AD

RGB

 RED value IS 184 (72.27% from 255) = 37.94%

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

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

R = 37.94%
G = 26.39%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B880AD (or 0xB880AD) is known color: London Hue. HEX triplet: B8, 80 and AD. RGB value is (184,128,173). Sum of RGB (Red+Green+Blue) = 184+128+173=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B880AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880AD is #477F52. Grayscale: #959595. Windows color (decimal): -4685651 or 11370680. OLE color: 11370680.

HSL color Cylindrical-coordinate representation of color #B880AD: hue angle of 311.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B880AD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 173 -
CMYK 0 0.30 0.06 0.28
HSL 311.79º 0.28% 0.61% -
HSV(B) 311.79º 0.3% 0.72% -
XYZ 35.03 28.65 43.22 -
YUV 149.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 184 128 173 0 0.30 0.06 0.28 311.79 0.28 0.61
Hex B8 80 AD 0 1E 6 1C 138 1C 3D
Octal 270 200 255 0 36 6 34 470 34 75
Binary 10111000 10000000 10101101 0 11110 110 11100 100111000 11100 111101

Color Harmonies of #B880AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880AD

Black with #B880AD

Text Example


Text Example

White with #B880AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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