Html Css Color HEX #BB80B2 London Hue

📋 copy color: '#BB80B2'

red 187 ◦ green 128 ◦ blue 178

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

Shades of London Hue #BB80B2

Tints of London Hue #BB80B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 37.93%
G = 25.96%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB80B2 (or 0xBB80B2) is known color: London Hue. HEX triplet: BB, 80 and B2. RGB value is (187,128,178). Sum of RGB (Red+Green+Blue) = 187+128+178=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80B2 is #447F4D. Grayscale: #979797. Windows color (decimal): -4489038 or 11698363. OLE color: 11698363.

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

Color convert

RGB 187 128 178 -
CMYK 0 0.32 0.05 0.27
HSL 309.15º 0.3% 0.62% -
HSV(B) 309.15º 0.32% 0.73% -
XYZ 36.25 29.22 45.85 -
YUV 151.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 187 128 178 0 0.32 0.05 0.27 309.15 0.3 0.62
Hex BB 80 B2 0 20 5 1B 135 1E 3E
Octal 273 200 262 0 40 5 33 465 36 76
Binary 10111011 10000000 10110010 0 100000 101 11011 100110101 11110 111110

Color Harmonies of #BB80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80B2

Black with #BB80B2

Text Example


Text Example

White with #BB80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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