#B28DCA

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

Shades of East Side #B28DCA

Tints of East Side #B28DCA

Color information

#B28DCA (or 0xB28DCA) is unknown color: approx East Side. HEX triplet: B2, 8D and CA. RGB value is (178,141,202). Sum of RGB (Red+Green+Blue) = 178+141+202=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #B28DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DCA is #4D7235. Grayscale: #9E9E9E. Windows color (decimal): -5075510 or 13274546. OLE color: 13274546.

HSL color Cylindrical-coordinate representation of color #B28DCA: hue angle of 276.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B28DCA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178141202-
CMYK0.120.3000.21
HSL276.39º36.53%67.25%-
HSV(B)276.39º30.2%79.22%-
XYZ38.5532.7860.17-
YUV159.02152.26141.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=34.17%
G=27.06%
B=38.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781412020.120.3000.21276.3936.5367.25
HexB28DCAC1E0151142543
Octal262215312143602542445103
Binary1011001010001101110010101100111100101011000101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DCA; }

 p { color: rgb(178,141,202); }

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

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

 a { background-color: rgb(178,141,202); }

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

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

 span { border-color: rgb(178,141,202); }

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