#BB78B3

Color #BB78B3 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BB78B3

Tints of London Hue #BB78B3

Color information

#BB78B3 (or 0xBB78B3) is unknown color: approx London Hue. HEX triplet: BB, 78 and B3. RGB value is (187,120,179). Sum of RGB (Red+Green+Blue) = 187+120+179=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78B3 is #44874C. Grayscale: #929292. Windows color (decimal): -4491085 or 11761851. OLE color: 11761851.

HSL color Cylindrical-coordinate representation of color #BB78B3: hue angle of 307.16º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB78B3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187120179-
CMYK00.360.040.27
HSL307.16º33%60.2%-
HSV(B)307.16º35.83%73.33%-
XYZ35.3527.2546.05-
YUV146.76146.2156.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=38.48%
G=24.69%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712017900.360.040.27307.163360.2
HexBB78B302441B133213c
Octal2731702630444334634174
Binary10111011111100010110011010010010011011100110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78B3; }

 p { color: rgb(187,120,179); }

 H1.HeaderClassName
 {
   color: #BB78B3;
 }
 .AnyTagClassName
 {
   color: #BB78B3;
 }
</style>
background-color css

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

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

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

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

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

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