#BD7FD0

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

Shades of East Side #BD7FD0

Tints of East Side #BD7FD0

Color information

#BD7FD0 (or 0xBD7FD0) is unknown color: approx East Side. HEX triplet: BD, 7F and D0. RGB value is (189,127,208). Sum of RGB (Red+Green+Blue) = 189+127+208=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD7FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FD0 is #42802F. Grayscale: #9A9A9A. Windows color (decimal): -4358192 or 13664189. OLE color: 13664189.

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

Color convert

RGB189127208-
CMYK0.090.3900.18
HSL285.93º46.29%65.69%-
HSV(B)285.93º38.94%81.57%-
XYZ39.9630.5563.47-
YUV154.77158.04152.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=36.07%
G=24.24%
B=39.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891272080.090.3900.18285.9346.2965.69
HexBD7FD092701211e2e42
Octal275177320114702243656102
Binary1011110111111111101000010011001110100101000111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FD0; }

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

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

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

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

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

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

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

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