Html Css Color HEX #B18DB3 London Hue

📋 copy color: '#B18DB3'

red 177 ◦ green 141 ◦ blue 179

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

Shades of London Hue #B18DB3

Tints of London Hue #B18DB3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.37%

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 35.61%
G = 28.37%
B = 36.02%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B18DB3 (or 0xB18DB3) is known color: London Hue. HEX triplet: B1, 8D and B3. RGB value is (177,141,179). Sum of RGB (Red+Green+Blue) = 177+141+179=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: blue. Hex color #B18DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DB3 is #4E724C. Grayscale: #9B9B9B. Windows color (decimal): -5141069 or 11767217. OLE color: 11767217.

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

Color convert

RGB 177 141 179 -
CMYK 0.01 0.21 0 0.30
HSL 296.84º 0.2% 0.63% -
HSV(B) 296.84º 0.21% 0.7% -
XYZ 35.79 31.65 46.87 -
YUV 156.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 177 141 179 0.01 0.21 0 0.30 296.84 0.2 0.63
Hex B1 8D B3 1 15 0 1E 129 14 3F
Octal 261 215 263 1 25 0 36 451 24 77
Binary 10110001 10001101 10110011 1 10101 0 11110 100101001 10100 111111

Color Harmonies of #B18DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DB3

Black with #B18DB3

Text Example


Text Example

White with #B18DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DB3; }

 p { color: rgb(177,141,179); }

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

background-color css

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

 a { background-color: rgb(177,141,179); }

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

border-color css

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

 span { border-color: rgb(177,141,179); }

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