#B285BE

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

Shades of East Side #B285BE

Tints of East Side #B285BE

Color information

#B285BE (or 0xB285BE) is unknown color: approx East Side. HEX triplet: B2, 85 and BE. RGB value is (178,133,190). Sum of RGB (Red+Green+Blue) = 178+133+190=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #B285BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285BE is #4D7A41. Grayscale: #989898. Windows color (decimal): -5077570 or 12486066. OLE color: 12486066.

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

Color convert

RGB178133190-
CMYK0.060.300.25
HSL287.37º30.48%63.33%-
HSV(B)287.37º30%74.51%-
XYZ36.0429.9652.6-
YUV152.95148.91145.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=35.53%
G=26.55%
B=37.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781331900.060.300.25287.3730.4863.33
HexB285BE61E01911f1e3f
Octal2622052766360314373677
Binary1011001010000101101111101101111001100110001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285BE; }

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

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

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

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

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

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

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

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