#BD80BE

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

Shades of London Hue #BD80BE

Tints of London Hue #BD80BE

Color information

#BD80BE (or 0xBD80BE) is unknown color: approx London Hue. HEX triplet: BD, 80 and BE. RGB value is (189,128,190). Sum of RGB (Red+Green+Blue) = 189+128+190=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BE is #427F41. Grayscale: #999999. Windows color (decimal): -4357954 or 12484797. OLE color: 12484797.

HSL color Cylindrical-coordinate representation of color #BD80BE: hue angle of 299.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD80BE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189128190-
CMYK0.010.3300.25
HSL299.03º32.29%62.35%-
HSV(B)299.03º32.63%74.51%-
XYZ3829.9752.5-
YUV153.31148.71153.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=37.28%
G=25.25%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891281900.010.3300.25299.0332.2962.35
HexBD80BE12101912b203e
Octal2752002761410314534076
Binary1011110110000000101111101100001011001100101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80BE; }

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

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

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

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

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

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

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

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