#B290C6

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

Shades of East Side #B290C6

Tints of East Side #B290C6

Color information

#B290C6 (or 0xB290C6) is unknown color: approx East Side. HEX triplet: B2, 90 and C6. RGB value is (178,144,198). Sum of RGB (Red+Green+Blue) = 178+144+198=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #B290C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290C6 is #4D6F39. Grayscale: #A0A0A0. Windows color (decimal): -5074746 or 13013170. OLE color: 13013170.

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

Color convert

RGB178144198-
CMYK0.100.2700.22
HSL277.78º32.14%67.06%-
HSV(B)277.78º27.27%77.65%-
XYZ38.5333.4957.86-
YUV160.32149.26140.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=34.23%
G=27.69%
B=38.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781441980.100.2700.22277.7832.1467.06
HexB290C6A1B0161162043
Octal262220306123302642640103
Binary1011001010010000110001101010110110101101000101101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290C6; }

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

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

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

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

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

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

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

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