Html Css Color HEX #B18BB3 London Hue

📋 copy color: '#B18BB3'

red 177 ◦ green 139 ◦ blue 179

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

Shades of London Hue #B18BB3

Tints of London Hue #B18BB3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.08%

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

R = 35.76%
G = 28.08%
B = 36.16%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B18BB3 (or 0xB18BB3) is known color: London Hue. HEX triplet: B1, 8B and B3. RGB value is (177,139,179). Sum of RGB (Red+Green+Blue) = 177+139+179=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #B18BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BB3 is #4E744C. Grayscale: #9A9A9A. Windows color (decimal): -5141581 or 11766705. OLE color: 11766705.

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

Color convert

RGB 177 139 179 -
CMYK 0.01 0.22 0 0.30
HSL 297º 0.21% 0.62% -
HSV(B) 297º 0.22% 0.7% -
XYZ 35.5 31.07 46.77 -
YUV 154.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 177 139 179 0.01 0.22 0 0.30 297 0.21 0.62
Hex B1 8B B3 1 16 0 1E 129 15 3E
Octal 261 213 263 1 26 0 36 451 25 76
Binary 10110001 10001011 10110011 1 10110 0 11110 100101001 10101 111110

Color Harmonies of #B18BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BB3

Black with #B18BB3

Text Example


Text Example

White with #B18BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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