#B28FC4

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

Shades of East Side #B28FC4

Tints of East Side #B28FC4

Color information

#B28FC4 (or 0xB28FC4) is unknown color: approx East Side. HEX triplet: B2, 8F and C4. RGB value is (178,143,196). Sum of RGB (Red+Green+Blue) = 178+143+196=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #B28FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FC4 is #4D703B. Grayscale: #9F9F9F. Windows color (decimal): -5075004 or 12881842. OLE color: 12881842.

HSL color Cylindrical-coordinate representation of color #B28FC4: hue angle of 279.62º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28FC4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178143196-
CMYK0.090.2700.23
HSL279.62º30.99%66.47%-
HSV(B)279.62º27.04%76.86%-
XYZ38.1533.156.6-
YUV159.51148.6141.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=34.43%
G=27.66%
B=37.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781431960.090.2700.23279.6230.9966.47
HexB28FC491B0171181f42
Octal262217304113302743037102
Binary101100101000111111000100100111011010111100011000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FC4; }

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

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

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

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

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

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

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

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