#BB7BB3

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

Shades of London Hue #BB7BB3

Tints of London Hue #BB7BB3

Color information

#BB7BB3 (or 0xBB7BB3) is unknown color: approx London Hue. HEX triplet: BB, 7B and B3. RGB value is (187,123,179). Sum of RGB (Red+Green+Blue) = 187+123+179=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BB3 is #44844C. Grayscale: #949494. Windows color (decimal): -4490317 or 11762619. OLE color: 11762619.

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

Color convert

RGB187123179-
CMYK00.340.040.27
HSL307.5º32%60.78%-
HSV(B)307.5º34.22%73.33%-
XYZ35.7127.9946.17-
YUV148.52145.2155.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=38.24%
G=25.15%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712317900.340.040.27307.53260.78
HexBB7BB302241B134203d
Octal2731732630424334644075
Binary10111011111101110110011010001010011011100110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BB3; }

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

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

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

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

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

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

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

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