#BB7DBB

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

Shades of London Hue #BB7DBB

Tints of London Hue #BB7DBB

Color information

#BB7DBB (or 0xBB7DBB) is unknown color: approx London Hue. HEX triplet: BB, 7D and BB. RGB value is (187,125,187). Sum of RGB (Red+Green+Blue) = 187+125+187=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DBB is #448244. Grayscale: #969696. Windows color (decimal): -4489797 or 12287419. OLE color: 12287419.

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

Color convert

RGB187125187-
CMYK00.3300.27
HSL300º31.31%61.18%-
HSV(B)300º33.16%73.33%-
XYZ36.828.8250.64-
YUV150.61148.54153.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=37.47%
G=25.05%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712518700.3300.2730031.3161.18
HexBB7DBB02101B12c1f3d
Octal2731752730410334543775
Binary10111011111110110111011010000101101110010110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DBB; }

 p { color: rgb(187,125,187); }

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

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

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

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

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

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

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