#BD7CD1

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

Shades of East Side #BD7CD1

Tints of East Side #BD7CD1

Color information

#BD7CD1 (or 0xBD7CD1) is unknown color: approx East Side. HEX triplet: BD, 7C and D1. RGB value is (189,124,209). Sum of RGB (Red+Green+Blue) = 189+124+209=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD7CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CD1 is #42832E. Grayscale: #989898. Windows color (decimal): -4358959 or 13728957. OLE color: 13728957.

HSL color Cylindrical-coordinate representation of color #BD7CD1: hue angle of 285.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7CD1 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189124209-
CMYK0.100.4100.18
HSL285.88º48.02%65.29%-
HSV(B)285.88º40.67%81.96%-
XYZ39.729.8463.99-
YUV153.12159.53153.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=36.21%
G=23.75%
B=40.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891242090.100.4100.18285.8848.0265.29
HexBD7CD1A2901211e3041
Octal275174321125102243660101
Binary1011110111111001101000110101010010100101000111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CD1; }

 p { color: rgb(189,124,209); }

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

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

 a { background-color: rgb(189,124,209); }

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

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

 span { border-color: rgb(189,124,209); }

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