#B28BBA

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

Shades of East Side #B28BBA

Tints of East Side #B28BBA

Color information

#B28BBA (or 0xB28BBA) is unknown color: approx East Side. HEX triplet: B2, 8B and BA. RGB value is (178,139,186). Sum of RGB (Red+Green+Blue) = 178+139+186=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B28BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BBA is #4D7445. Grayscale: #9B9B9B. Windows color (decimal): -5076038 or 12225458. OLE color: 12225458.

HSL color Cylindrical-coordinate representation of color #B28BBA: hue angle of 289.79º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28BBA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178139186-
CMYK0.040.2500.27
HSL289.79º25.41%63.73%-
HSV(B)289.79º25.27%72.94%-
XYZ36.4631.4850.61-
YUV156.02144.92143.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=35.39%
G=27.63%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781391860.040.2500.27289.7925.4163.73
HexB28BBA41901B1221940
Octal26221327243103344231100
Binary10110010100010111011101010011001011011100100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BBA; }

 p { color: rgb(178,139,186); }

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

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

 a { background-color: rgb(178,139,186); }

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

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

 span { border-color: rgb(178,139,186); }

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