#BD7ABD

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

Shades of London Hue #BD7ABD

Tints of London Hue #BD7ABD

Color information

#BD7ABD (or 0xBD7ABD) is unknown color: approx London Hue. HEX triplet: BD, 7A and BD. RGB value is (189,122,189). Sum of RGB (Red+Green+Blue) = 189+122+189=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ABD is #428542. Grayscale: #959595. Windows color (decimal): -4359491 or 12417725. OLE color: 12417725.

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

Color convert

RGB189122189-
CMYK00.3500.26
HSL300º33.67%60.98%-
HSV(B)300º35.45%74.12%-
XYZ37.1328.4151.67-
YUV149.67150.2156.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=37.8%
G=24.4%
B=37.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912218900.3500.2630033.6760.98
HexBD7ABD02301A12c223d
Octal2751722750430324544275
Binary101111011111010101111010100011011010100101100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7ABD; }

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

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

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

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

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

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

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

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