Html Css Color HEX #BB80BB London Hue

📋 copy color: '#BB80BB'

red 187 ◦ green 128 ◦ blue 187

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

Shades of London Hue #BB80BB

Tints of London Hue #BB80BB

RGB

 RED value IS 187 (73.44% from 255) = 37.25%

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

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

R = 37.25%
G = 25.5%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB80BB (or 0xBB80BB) is known color: London Hue. HEX triplet: BB, 80 and BB. RGB value is (187,128,187). Sum of RGB (Red+Green+Blue) = 187+128+187=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BB is #447F44. Grayscale: #989898. Windows color (decimal): -4489029 or 12288187. OLE color: 12288187.

HSL color Cylindrical-coordinate representation of color #BB80BB: hue angle of 300º 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 #BB80BB is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 187 -
CMYK 0 0.32 0 0.27
HSL 300º 0.3% 0.62% -
HSV(B) 300º 0.32% 0.73% -
XYZ 37.18 29.59 50.77 -
YUV 152.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 187 128 187 0 0.32 0 0.27 300 0.3 0.62
Hex BB 80 BB 0 20 0 1B 12C 1E 3E
Octal 273 200 273 0 40 0 33 454 36 76
Binary 10111011 10000000 10111011 0 100000 0 11011 100101100 11110 111110

Color Harmonies of #BB80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80BB

Black with #BB80BB

Text Example


Text Example

White with #BB80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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