#BB78AF

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

Shades of London Hue #BB78AF

Tints of London Hue #BB78AF

Color information

#BB78AF (or 0xBB78AF) is unknown color: approx London Hue. HEX triplet: BB, 78 and AF. RGB value is (187,120,175). Sum of RGB (Red+Green+Blue) = 187+120+175=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB78AF is #448750. Grayscale: #929292. Windows color (decimal): -4491089 or 11499707. OLE color: 11499707.

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

Color convert

RGB187120175-
CMYK00.360.060.27
HSL310.75º33%60.2%-
HSV(B)310.75º35.83%73.33%-
XYZ34.9527.0943.94-
YUV146.3144.2157.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=38.80%
G=24.90%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712017500.360.060.27310.753360.2
HexBB78AF02461B137213c
Octal2731702570446334674174
Binary10111011111100010101111010010011011011100110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78AF; }

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

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

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

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

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

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

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

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