#BD7DBB

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

Shades of London Hue #BD7DBB

Tints of London Hue #BD7DBB

Color information

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

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

Color convert

RGB189125187-
CMYK00.340.010.26
HSL301.88º32.65%61.57%-
HSV(B)301.88º33.86%74.12%-
XYZ37.2929.0750.66-
YUV151.2148.2154.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912518700.340.010.26301.8832.6561.57
HexBD7DBB02211A12e213e
Octal2751752730421324564176
Binary101111011111101101110110100010111010100101110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DBB; }

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

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

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

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

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

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

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

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