#B190C6

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

Shades of East Side #B190C6

Tints of East Side #B190C6

Color information

#B190C6 (or 0xB190C6) is unknown color: approx East Side. HEX triplet: B1, 90 and C6. RGB value is (177,144,198). Sum of RGB (Red+Green+Blue) = 177+144+198=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 144 (56.64% from 255 or 27.75% 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 #B190C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190C6 is #4E6F39. Grayscale: #9F9F9F. Windows color (decimal): -5140282 or 13013169. OLE color: 13013169.

HSL color Cylindrical-coordinate representation of color #B190C6: hue angle of 276.67º 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 #B190C6 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177144198-
CMYK0.110.2700.22
HSL276.67º32.14%67.06%-
HSV(B)276.67º27.27%77.65%-
XYZ38.333.3757.85-
YUV160.02149.43140.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=34.10%
G=27.75%
B=38.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771441980.110.2700.22276.6732.1467.06
HexB190C6B1B0161152043
Octal261220306133302642540103
Binary1011000110010000110001101011110110101101000101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190C6; }

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

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

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

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

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

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

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

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