#B285BF

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

Shades of East Side #B285BF

Tints of East Side #B285BF

Color information

#B285BF (or 0xB285BF) is unknown color: approx East Side. HEX triplet: B2, 85 and BF. RGB value is (178,133,191). Sum of RGB (Red+Green+Blue) = 178+133+191=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #B285BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285BF is #4D7A40. Grayscale: #989898. Windows color (decimal): -5077569 or 12551602. OLE color: 12551602.

HSL color Cylindrical-coordinate representation of color #B285BF: hue angle of 286.55º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B285BF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178133191-
CMYK0.070.3000.25
HSL286.55º31.18%63.53%-
HSV(B)286.55º30.37%74.9%-
XYZ36.153053.18-
YUV153.07149.41145.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 191 (75% from 255) = 38.05%
R=35.46%
G=26.49%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781331910.070.3000.25286.5531.1863.53
HexB285BF71E01911f1f40
Octal26220527773603143737100
Binary10110010100001011011111111111110011001100011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285BF; }

 p { color: rgb(178,133,191); }

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

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

 a { background-color: rgb(178,133,191); }

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

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

 span { border-color: rgb(178,133,191); }

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