Html Css Color HEX #B291AD London Hue

📋 copy color: '#B291AD'

red 178 ◦ green 145 ◦ blue 173

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

Shades of London Hue #B291AD

Tints of London Hue #B291AD

RGB

 RED value IS 178 (69.92% from 255) = 35.89%

 GREEN value IS 145 (57.03% from 255) = 29.23%

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

R = 35.89%
G = 29.23%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B291AD (or 0xB291AD) is known color: London Hue. HEX triplet: B2, 91 and AD. RGB value is (178,145,173). Sum of RGB (Red+Green+Blue) = 178+145+173=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B291AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B291AD is #4D6E52. Grayscale: #9D9D9D. Windows color (decimal): -5074515 or 11375026. OLE color: 11375026.

HSL color Cylindrical-coordinate representation of color #B291AD: hue angle of 309.09º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B291AD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 173 -
CMYK 0 0.19 0.03 0.30
HSL 309.09º 0.18% 0.63% -
HSV(B) 309.09º 0.19% 0.7% -
XYZ 36.03 32.73 43.95 -
YUV 158.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 178 145 173 0 0.19 0.03 0.30 309.09 0.18 0.63
Hex B2 91 AD 0 13 3 1E 135 12 3F
Octal 262 221 255 0 23 3 36 465 22 77
Binary 10110010 10010001 10101101 0 10011 11 11110 100110101 10010 111111

Color Harmonies of #B291AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291AD

Black with #B291AD

Text Example


Text Example

White with #B291AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291AD; }

 p { color: rgb(178,145,173); }

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

background-color css

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

 a { background-color: rgb(178,145,173); }

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

border-color css

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

 span { border-color: rgb(178,145,173); }

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