#BD80D0

Color #BD80D0 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BD80D0

Tints of East Side #BD80D0

Color information

#BD80D0 (or 0xBD80D0) is unknown color: approx East Side. HEX triplet: BD, 80 and D0. RGB value is (189,128,208). Sum of RGB (Red+Green+Blue) = 189+128+208=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80D0 is #427F2F. Grayscale: #9B9B9B. Windows color (decimal): -4357936 or 13664445. OLE color: 13664445.

HSL color Cylindrical-coordinate representation of color #BD80D0: hue angle of 285.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD80D0 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189128208-
CMYK0.090.3800.18
HSL285.75º45.98%65.88%-
HSV(B)285.75º38.46%81.57%-
XYZ40.0930.8163.51-
YUV155.36157.71152-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=36%
G=24.38%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891282080.090.3800.18285.7545.9865.88
HexBD80D092601211e2e42
Octal275200320114602243656102
Binary10111101100000001101000010011001100100101000111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80D0; }

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

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

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

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

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

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

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

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