#B284BE

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

Shades of East Side #B284BE

Tints of East Side #B284BE

Color information

#B284BE (or 0xB284BE) is unknown color: approx East Side. HEX triplet: B2, 84 and BE. RGB value is (178,132,190). Sum of RGB (Red+Green+Blue) = 178+132+190=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #B284BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284BE is #4D7B41. Grayscale: #989898. Windows color (decimal): -5077826 or 12485810. OLE color: 12485810.

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

Color convert

RGB178132190-
CMYK0.060.3100.25
HSL287.59º30.85%63.14%-
HSV(B)287.59º30.53%74.51%-
XYZ35.9129.6952.55-
YUV152.37149.24146.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 190 (74.61% from 255) = 38%
R=35.6%
G=26.4%
B=38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781321900.060.3100.25287.5930.8563.14
HexB284BE61F0191201f3f
Octal2622042766370314403777
Binary1011001010000100101111101101111101100110010000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284BE; }

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

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

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

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

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

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

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

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