#B785BD

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

Shades of East Side #B785BD

Tints of East Side #B785BD

Color information

#B785BD (or 0xB785BD) is unknown color: approx East Side. HEX triplet: B7, 85 and BD. RGB value is (183,133,189). Sum of RGB (Red+Green+Blue) = 183+133+189=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #B785BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785BD is #487A42. Grayscale: #9A9A9A. Windows color (decimal): -4749891 or 12420535. OLE color: 12420535.

HSL color Cylindrical-coordinate representation of color #B785BD: hue angle of 293.57º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B785BD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183133189-
CMYK0.030.3000.26
HSL293.57º29.79%63.14%-
HSV(B)293.57º29.63%74.12%-
XYZ37.130.5252.08-
YUV154.33147.56148.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=36.24%
G=26.34%
B=37.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831331890.030.3000.26293.5729.7963.14
HexB785BD31E01A1261e3f
Octal2672052753360324463677
Binary101101111000010110111101111111001101010010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785BD; }

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

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

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

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

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

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

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

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