#BD85C5

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

Shades of East Side #BD85C5

Tints of East Side #BD85C5

Color information

#BD85C5 (or 0xBD85C5) is unknown color: approx East Side. HEX triplet: BD, 85 and C5. RGB value is (189,133,197). Sum of RGB (Red+Green+Blue) = 189+133+197=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85C5 is #427A3A. Grayscale: #9C9C9C. Windows color (decimal): -4356667 or 12944829. OLE color: 12944829.

HSL color Cylindrical-coordinate representation of color #BD85C5: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD85C5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189133197-
CMYK0.040.3200.23
HSL292.5º35.56%64.71%-
HSV(B)292.5º32.49%77.25%-
XYZ39.4531.6356.85-
YUV157.04150.55150.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=36.42%
G=25.63%
B=37.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891331970.040.3200.23292.535.5664.71
HexBD85C54200171242441
Octal27520530544002744444101
Binary1011110110000101110001011001000000101111001001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85C5; }

 p { color: rgb(189,133,197); }

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

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

 a { background-color: rgb(189,133,197); }

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

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

 span { border-color: rgb(189,133,197); }

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