Html Css Color HEX #B880BB London Hue

📋 copy color: '#B880BB'

red 184 ◦ green 128 ◦ blue 187

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

Shades of London Hue #B880BB

Tints of London Hue #B880BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.65%

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 36.87%
G = 25.65%
B = 37.47%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B880BB (or 0xB880BB) is known color: London Hue. HEX triplet: B8, 80 and BB. RGB value is (184,128,187). Sum of RGB (Red+Green+Blue) = 184+128+187=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #B880BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880BB is #477F44. Grayscale: #979797. Windows color (decimal): -4685637 or 12288184. OLE color: 12288184.

HSL color Cylindrical-coordinate representation of color #B880BB: hue angle of 296.95º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B880BB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 128 187 -
CMYK 0.02 0.32 0 0.27
HSL 296.95º 0.3% 0.62% -
HSV(B) 296.95º 0.32% 0.73% -
XYZ 36.46 29.22 50.73 -
YUV 151.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 184 128 187 0.02 0.32 0 0.27 296.95 0.3 0.62
Hex B8 80 BB 2 20 0 1B 129 1E 3E
Octal 270 200 273 2 40 0 33 451 36 76
Binary 10111000 10000000 10111011 10 100000 0 11011 100101001 11110 111110

Color Harmonies of #B880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880BB

Black with #B880BB

Text Example


Text Example

White with #B880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880BB; }

 p { color: rgb(184,128,187); }

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

background-color css

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

 a { background-color: rgb(184,128,187); }

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

border-color css

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

 span { border-color: rgb(184,128,187); }

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