#B28FC6

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

Shades of East Side #B28FC6

Tints of East Side #B28FC6

Color information

#B28FC6 (or 0xB28FC6) is unknown color: approx East Side. HEX triplet: B2, 8F and C6. RGB value is (178,143,198). Sum of RGB (Red+Green+Blue) = 178+143+198=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #B28FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FC6 is #4D7039. Grayscale: #9F9F9F. Windows color (decimal): -5075002 or 13012914. OLE color: 13012914.

HSL color Cylindrical-coordinate representation of color #B28FC6: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28FC6 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178143198-
CMYK0.100.2800.22
HSL278.18º32.54%66.86%-
HSV(B)278.18º27.78%77.65%-
XYZ38.3833.1957.81-
YUV159.73149.6141.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=34.30%
G=27.55%
B=38.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781431980.100.2800.22278.1832.5466.86
HexB28FC6A1C0161162143
Octal262217306123402642641103
Binary1011001010001111110001101010111000101101000101101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FC6; }

 p { color: rgb(178,143,198); }

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

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

 a { background-color: rgb(178,143,198); }

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

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

 span { border-color: rgb(178,143,198); }

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