#BB7DBD

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

Shades of London Hue #BB7DBD

Tints of London Hue #BB7DBD

Color information

#BB7DBD (or 0xBB7DBD) is unknown color: approx London Hue. HEX triplet: BB, 7D and BD. RGB value is (187,125,189). Sum of RGB (Red+Green+Blue) = 187+125+189=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DBD is #448242. Grayscale: #969696. Windows color (decimal): -4489795 or 12418491. OLE color: 12418491.

HSL color Cylindrical-coordinate representation of color #BB7DBD: hue angle of 298.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7DBD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187125189-
CMYK0.010.3400.26
HSL298.12º32.65%61.57%-
HSV(B)298.12º33.86%74.12%-
XYZ37.0128.9151.77-
YUV150.83149.54153.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=37.33%
G=24.95%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871251890.010.3400.26298.1232.6561.57
HexBB7DBD12201A12a213e
Octal2731752751420324524176
Binary101110111111101101111011100010011010100101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DBD; }

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

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

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

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

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

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

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

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