#BB7DBA

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

Shades of London Hue #BB7DBA

Tints of London Hue #BB7DBA

Color information

#BB7DBA (or 0xBB7DBA) is unknown color: approx London Hue. HEX triplet: BB, 7D and BA. RGB value is (187,125,186). Sum of RGB (Red+Green+Blue) = 187+125+186=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DBA is #448245. Grayscale: #969696. Windows color (decimal): -4489798 or 12221883. OLE color: 12221883.

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

Color convert

RGB187125186-
CMYK00.330.010.27
HSL300.97º31.31%61.18%-
HSV(B)300.97º33.16%73.33%-
XYZ36.6928.7850.08-
YUV150.49148.04154.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=37.55%
G=25.10%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712518600.330.010.27300.9731.3161.18
HexBB7DBA02111B12d1f3d
Octal2731752720411334553775
Binary10111011111110110111010010000111101110010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DBA; }

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

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

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

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

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

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

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

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