#B284CE

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

Shades of East Side #B284CE

Tints of East Side #B284CE

Color information

#B284CE (or 0xB284CE) is unknown color: approx East Side. HEX triplet: B2, 84 and CE. RGB value is (178,132,206). Sum of RGB (Red+Green+Blue) = 178+132+206=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #B284CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284CE is #4D7B31. Grayscale: #999999. Windows color (decimal): -5077810 or 13534386. OLE color: 13534386.

HSL color Cylindrical-coordinate representation of color #B284CE: hue angle of 277.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B284CE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178132206-
CMYK0.140.3600.19
HSL277.3º43.02%66.27%-
HSV(B)277.3º35.92%80.78%-
XYZ37.7530.4262.28-
YUV154.19157.24144.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=34.50%
G=25.58%
B=39.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781322060.140.3600.19277.343.0266.27
HexB284CEE240131152b42
Octal262204316164402342553102
Binary10110010100001001100111011101001000100111000101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284CE; }

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

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

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

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

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

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

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

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