#BD7DBE

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

Shades of London Hue #BD7DBE

Tints of London Hue #BD7DBE

Color information

#BD7DBE (or 0xBD7DBE) is unknown color: approx London Hue. HEX triplet: BD, 7D and BE. RGB value is (189,125,190). Sum of RGB (Red+Green+Blue) = 189+125+190=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DBE is #428241. Grayscale: #979797. Windows color (decimal): -4358722 or 12484029. OLE color: 12484029.

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

Color convert

RGB189125190-
CMYK0.010.3400.25
HSL299.08º33.33%61.76%-
HSV(B)299.08º34.21%74.51%-
XYZ37.6129.252.37-
YUV151.55149.7154.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=37.5%
G=24.80%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891251900.010.3400.25299.0833.3361.76
HexBD7DBE12201912b213e
Octal2751752761420314534176
Binary101111011111101101111101100010011001100101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DBE; }

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

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

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

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

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

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

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

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