#BB79B4

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

Shades of London Hue #BB79B4

Tints of London Hue #BB79B4

Color information

#BB79B4 (or 0xBB79B4) is unknown color: approx London Hue. HEX triplet: BB, 79 and B4. RGB value is (187,121,180). Sum of RGB (Red+Green+Blue) = 187+121+180=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79B4 is #44864B. Grayscale: #939393. Windows color (decimal): -4490828 or 11827643. OLE color: 11827643.

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

Color convert

RGB187121180-
CMYK00.350.040.27
HSL306.36º32.67%60.39%-
HSV(B)306.36º35.29%73.33%-
XYZ35.5727.5346.62-
YUV147.46146.37156.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=38.32%
G=24.80%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712118000.350.040.27306.3632.6760.39
HexBB79B402341B132213c
Octal2731712640434334624174
Binary10111011111100110110100010001110011011100110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79B4; }

 p { color: rgb(187,121,180); }

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

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

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

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

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

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

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