#BD7BAD

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

Shades of London Hue #BD7BAD

Tints of London Hue #BD7BAD

Color information

#BD7BAD (or 0xBD7BAD) is unknown color: approx London Hue. HEX triplet: BD, 7B and AD. RGB value is (189,123,173). Sum of RGB (Red+Green+Blue) = 189+123+173=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BAD is #428452. Grayscale: #949494. Windows color (decimal): -4359251 or 11369405. OLE color: 11369405.

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

Color convert

RGB189123173-
CMYK00.350.080.26
HSL314.55º33.33%61.18%-
HSV(B)314.55º34.92%74.12%-
XYZ35.612843.06-
YUV148.43141.87156.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=38.97%
G=25.36%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912317300.350.080.26314.5533.3361.18
HexBD7BAD02381A13b213d
Octal27517325504310324734175
Binary101111011111011101011010100011100011010100111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BAD; }

 p { color: rgb(189,123,173); }

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

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

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

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

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

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

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