Html Css Color HEX #B090B1 London Hue

📋 copy color: '#B090B1'

red 176 ◦ green 144 ◦ blue 177

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

Shades of London Hue #B090B1

Tints of London Hue #B090B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 35.41%
G = 28.97%
B = 35.61%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B090B1 (or 0xB090B1) is known color: London Hue. HEX triplet: B0, 90 and B1. RGB value is (176,144,177). Sum of RGB (Red+Green+Blue) = 176+144+177=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #B090B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090B1 is #4F6F4E. Grayscale: #9D9D9D. Windows color (decimal): -5205839 or 11636912. OLE color: 11636912.

HSL color Cylindrical-coordinate representation of color #B090B1: hue angle of 298.18º 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 #B090B1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 177 -
CMYK 0.01 0.19 0 0.31
HSL 298.18º 0.17% 0.63% -
HSV(B) 298.18º 0.19% 0.69% -
XYZ 35.81 32.35 45.95 -
YUV 157.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 176 144 177 0.01 0.19 0 0.31 298.18 0.17 0.63
Hex B0 90 B1 1 13 0 1F 12A 11 3F
Octal 260 220 261 1 23 0 37 452 21 77
Binary 10110000 10010000 10110001 1 10011 0 11111 100101010 10001 111111

Color Harmonies of #B090B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090B1

Black with #B090B1

Text Example


Text Example

White with #B090B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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