Html Css Color HEX #B190AD London Hue

📋 copy color: '#B190AD'

red 177 ◦ green 144 ◦ blue 173

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

Shades of London Hue #B190AD

Tints of London Hue #B190AD

RGB

 RED value IS 177 (69.53% from 255) = 35.83%

 GREEN value IS 144 (56.64% from 255) = 29.15%

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

R = 35.83%
G = 29.15%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B190AD (or 0xB190AD) is known color: London Hue. HEX triplet: B1, 90 and AD. RGB value is (177,144,173). Sum of RGB (Red+Green+Blue) = 177+144+173=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B190AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B190AD is #4E6F52. Grayscale: #9D9D9D. Windows color (decimal): -5140307 or 11374769. OLE color: 11374769.

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

Color convert

RGB 177 144 173 -
CMYK 0 0.19 0.02 0.31
HSL 307.27º 0.17% 0.63% -
HSV(B) 307.27º 0.19% 0.69% -
XYZ 35.65 32.31 43.89 -
YUV 157.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 177 144 173 0 0.19 0.02 0.31 307.27 0.17 0.63
Hex B1 90 AD 0 13 2 1F 133 11 3F
Octal 261 220 255 0 23 2 37 463 21 77
Binary 10110001 10010000 10101101 0 10011 10 11111 100110011 10001 111111

Color Harmonies of #B190AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190AD

Black with #B190AD

Text Example


Text Example

White with #B190AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190AD; }

 p { color: rgb(177,144,173); }

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

background-color css

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

 a { background-color: rgb(177,144,173); }

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

border-color css

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

 span { border-color: rgb(177,144,173); }

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