#B190C3

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

Shades of East Side #B190C3

Tints of East Side #B190C3

Color information

#B190C3 (or 0xB190C3) is unknown color: approx East Side. HEX triplet: B1, 90 and C3. RGB value is (177,144,195). Sum of RGB (Red+Green+Blue) = 177+144+195=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #B190C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190C3 is #4E6F3C. Grayscale: #9F9F9F. Windows color (decimal): -5140285 or 12816561. OLE color: 12816561.

HSL color Cylindrical-coordinate representation of color #B190C3: hue angle of 278.82º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B190C3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177144195-
CMYK0.090.2600.24
HSL278.82º29.82%66.47%-
HSV(B)278.82º26.15%76.47%-
XYZ37.9633.2356.04-
YUV159.68147.93140.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=34.30%
G=27.91%
B=37.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771441950.090.2600.24278.8229.8266.47
HexB190C391A0181171e42
Octal261220303113203042736102
Binary101100011001000011000011100111010011000100010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190C3; }

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

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

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

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

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

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

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

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