#B28BB7

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

Shades of East Side #B28BB7

Tints of East Side #B28BB7

Color information

#B28BB7 (or 0xB28BB7) is unknown color: approx East Side. HEX triplet: B2, 8B and B7. RGB value is (178,139,183). Sum of RGB (Red+Green+Blue) = 178+139+183=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 183 - color contains mainly: blue. Hex color #B28BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB7 is #4D7448. Grayscale: #9B9B9B. Windows color (decimal): -5076041 or 12028850. OLE color: 12028850.

HSL color Cylindrical-coordinate representation of color #B28BB7: hue angle of 293.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28BB7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB178139183-
CMYK0.030.2400.28
HSL293.18º23.4%63.14%-
HSV(B)293.18º24.04%71.76%-
XYZ36.1431.3548.95-
YUV155.68143.42143.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=35.6%
G=27.8%
B=36.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781391830.030.2400.28293.1823.463.14
HexB28BB731801C125173f
Octal2622132673300344452777
Binary101100101000101110110111111100001110010010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BB7; }

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

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

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

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

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

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

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

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