#BB7DBE

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

Shades of London Hue #BB7DBE

Tints of London Hue #BB7DBE

Color information

#BB7DBE (or 0xBB7DBE) is unknown color: approx London Hue. HEX triplet: BB, 7D and BE. RGB value is (187,125,190). Sum of RGB (Red+Green+Blue) = 187+125+190=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DBE is #448241. Grayscale: #969696. Windows color (decimal): -4489794 or 12484027. OLE color: 12484027.

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

Color convert

RGB187125190-
CMYK0.020.3400.25
HSL297.23º33.33%61.76%-
HSV(B)297.23º34.21%74.51%-
XYZ37.1228.9552.35-
YUV150.95150.04153.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=37.25%
G=24.90%
B=37.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871251900.020.3400.25297.2333.3361.76
HexBB7DBE222019129213e
Octal2731752762420314514176
Binary1011101111111011011111010100010011001100101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DBE; }

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

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

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

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

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

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

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

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