Html Css Color HEX #BB80BE London Hue

📋 copy color: '#BB80BE'

red 187 ◦ green 128 ◦ blue 190

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

Shades of London Hue #BB80BE

Tints of London Hue #BB80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 37.03%
G = 25.35%
B = 37.62%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB80BE (or 0xBB80BE) is known color: London Hue. HEX triplet: BB, 80 and BE. RGB value is (187,128,190). Sum of RGB (Red+Green+Blue) = 187+128+190=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BE is #447F41. Grayscale: #989898. Windows color (decimal): -4489026 or 12484795. OLE color: 12484795.

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

Color convert

RGB 187 128 190 -
CMYK 0.02 0.33 0 0.25
HSL 297.1º 0.32% 0.62% -
HSV(B) 297.1º 0.33% 0.75% -
XYZ 37.51 29.72 52.48 -
YUV 152.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 187 128 190 0.02 0.33 0 0.25 297.1 0.32 0.62
Hex BB 80 BE 2 21 0 19 129 20 3E
Octal 273 200 276 2 41 0 31 451 40 76
Binary 10111011 10000000 10111110 10 100001 0 11001 100101001 100000 111110

Color Harmonies of #BB80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80BE

Black with #BB80BE

Text Example


Text Example

White with #BB80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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