#B285B9

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

Shades of East Side #B285B9

Tints of East Side #B285B9

Color information

#B285B9 (or 0xB285B9) is unknown color: approx East Side. HEX triplet: B2, 85 and B9. RGB value is (178,133,185). Sum of RGB (Red+Green+Blue) = 178+133+185=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #B285B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285B9 is #4D7A46. Grayscale: #989898. Windows color (decimal): -5077575 or 12158386. OLE color: 12158386.

HSL color Cylindrical-coordinate representation of color #B285B9: hue angle of 291.92º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B285B9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178133185-
CMYK0.040.2800.27
HSL291.92º27.08%62.35%-
HSV(B)291.92º28.11%72.55%-
XYZ35.529.7449.77-
YUV152.38146.41146.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=35.89%
G=26.81%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781331850.040.2800.27291.9227.0862.35
HexB285B941C01B1241b3e
Octal2622052714340334443376
Binary1011001010000101101110011001110001101110010010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285B9; }

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

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

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

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

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

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

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

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