#BD7DBD

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

Shades of London Hue #BD7DBD

Tints of London Hue #BD7DBD

Color information

#BD7DBD (or 0xBD7DBD) is unknown color: approx London Hue. HEX triplet: BD, 7D and BD. RGB value is (189,125,189). Sum of RGB (Red+Green+Blue) = 189+125+189=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DBD is #428242. Grayscale: #979797. Windows color (decimal): -4358723 or 12418493. OLE color: 12418493.

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

Color convert

RGB189125189-
CMYK00.3400.26
HSL300º32.65%61.57%-
HSV(B)300º33.86%74.12%-
XYZ37.5129.1651.8-
YUV151.43149.2154.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=37.57%
G=24.85%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912518900.3400.2630032.6561.57
HexBD7DBD02201A12c213e
Octal2751752750420324544176
Binary101111011111101101111010100010011010100101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DBD; }

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

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

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

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

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

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

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

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