#BD7ABA

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

Shades of London Hue #BD7ABA

Tints of London Hue #BD7ABA

Color information

#BD7ABA (or 0xBD7ABA) is unknown color: approx London Hue. HEX triplet: BD, 7A and BA. RGB value is (189,122,186). Sum of RGB (Red+Green+Blue) = 189+122+186=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ABA is #428545. Grayscale: #959595. Windows color (decimal): -4359494 or 12221117. OLE color: 12221117.

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

Color convert

RGB189122186-
CMYK00.350.020.26
HSL302.69º33.67%60.98%-
HSV(B)302.69º35.45%74.12%-
XYZ36.8128.2849.97-
YUV149.33148.7156.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=38.03%
G=24.55%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912218600.350.020.26302.6933.6760.98
HexBD7ABA02321A12f223d
Octal2751722720432324574275
Binary1011110111110101011101001000111011010100101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7ABA; }

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

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

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

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

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

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

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

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