#BD80D5

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

Shades of East Side #BD80D5

Tints of East Side #BD80D5

Color information

#BD80D5 (or 0xBD80D5) is unknown color: approx East Side. HEX triplet: BD, 80 and D5. RGB value is (189,128,213). Sum of RGB (Red+Green+Blue) = 189+128+213=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80D5 is #427F2A. Grayscale: #9B9B9B. Windows color (decimal): -4357931 or 13992125. OLE color: 13992125.

HSL color Cylindrical-coordinate representation of color #BD80D5: hue angle of 283.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD80D5 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189128213-
CMYK0.110.4000.16
HSL283.06º50.3%66.86%-
HSV(B)283.06º39.91%83.53%-
XYZ40.7231.0666.8-
YUV155.93160.21151.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=35.66%
G=24.15%
B=40.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891282130.110.4000.16283.0650.366.86
HexBD80D5B2801011b3243
Octal275200325135002043362103
Binary10111101100000001101010110111010000100001000110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80D5; }

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

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

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

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

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

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

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

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