#B284BD

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

Shades of East Side #B284BD

Tints of East Side #B284BD

Color information

#B284BD (or 0xB284BD) is unknown color: approx East Side. HEX triplet: B2, 84 and BD. RGB value is (178,132,189). Sum of RGB (Red+Green+Blue) = 178+132+189=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #B284BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284BD is #4D7B42. Grayscale: #989898. Windows color (decimal): -5077827 or 12420274. OLE color: 12420274.

HSL color Cylindrical-coordinate representation of color #B284BD: hue angle of 288.42º 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 #B284BD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178132189-
CMYK0.060.3000.26
HSL288.42º30.16%62.94%-
HSV(B)288.42º30.16%74.12%-
XYZ35.829.6451.98-
YUV152.25148.74146.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=35.67%
G=26.45%
B=37.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781321890.060.3000.26288.4230.1662.94
HexB284BD61E01A1201e3f
Octal2622042756360324403677
Binary1011001010000100101111011101111001101010010000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284BD; }

 p { color: rgb(178,132,189); }

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

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

 a { background-color: rgb(178,132,189); }

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

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

 span { border-color: rgb(178,132,189); }

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