#B28EC1

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

Shades of East Side #B28EC1

Tints of East Side #B28EC1

Color information

#B28EC1 (or 0xB28EC1) is unknown color: approx East Side. HEX triplet: B2, 8E and C1. RGB value is (178,142,193). Sum of RGB (Red+Green+Blue) = 178+142+193=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #B28EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EC1 is #4D713E. Grayscale: #9E9E9E. Windows color (decimal): -5075263 or 12684978. OLE color: 12684978.

HSL color Cylindrical-coordinate representation of color #B28EC1: hue angle of 282.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28EC1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178142193-
CMYK0.080.2600.24
HSL282.35º29.14%65.69%-
HSV(B)282.35º26.42%75.69%-
XYZ37.6632.6654.77-
YUV158.58147.43141.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=34.70%
G=27.68%
B=37.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781421930.080.2600.24282.3529.1465.69
HexB28EC181A01811a1d42
Octal262216301103203043235102
Binary101100101000111011000001100011010011000100011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EC1; }

 p { color: rgb(178,142,193); }

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

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

 a { background-color: rgb(178,142,193); }

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

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

 span { border-color: rgb(178,142,193); }

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