Html Css Color HEX #B88BB1 London Hue

📋 copy color: '#B88BB1'

red 184 ◦ green 139 ◦ blue 177

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

Shades of London Hue #B88BB1

Tints of London Hue #B88BB1

RGB

 RED value IS 184 (72.27% from 255) = 36.8%

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

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

R = 36.8%
G = 27.8%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B88BB1 (or 0xB88BB1) is known color: London Hue. HEX triplet: B8, 8B and B1. RGB value is (184,139,177). Sum of RGB (Red+Green+Blue) = 184+139+177=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BB1 is #47744E. Grayscale: #9C9C9C. Windows color (decimal): -4682831 or 11635640. OLE color: 11635640.

HSL color Cylindrical-coordinate representation of color #B88BB1: hue angle of 309.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BB1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 139 177 -
CMYK 0 0.24 0.04 0.28
HSL 309.33º 0.24% 0.63% -
HSV(B) 309.33º 0.24% 0.72% -
XYZ 36.94 31.83 45.79 -
YUV 156.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 184 139 177 0 0.24 0.04 0.28 309.33 0.24 0.63
Hex B8 8B B1 0 18 4 1C 135 18 3F
Octal 270 213 261 0 30 4 34 465 30 77
Binary 10111000 10001011 10110001 0 11000 100 11100 100110101 11000 111111

Color Harmonies of #B88BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88BB1

Black with #B88BB1

Text Example


Text Example

White with #B88BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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