#B190C9

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

Shades of East Side #B190C9

Tints of East Side #B190C9

Color information

#B190C9 (or 0xB190C9) is unknown color: approx East Side. HEX triplet: B1, 90 and C9. RGB value is (177,144,201). Sum of RGB (Red+Green+Blue) = 177+144+201=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #B190C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190C9 is #4E6F36. Grayscale: #A0A0A0. Windows color (decimal): -5140279 or 13209777. OLE color: 13209777.

HSL color Cylindrical-coordinate representation of color #B190C9: hue angle of 274.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B190C9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177144201-
CMYK0.120.2800.21
HSL274.74º34.55%67.65%-
HSV(B)274.74º28.36%78.82%-
XYZ38.6533.5159.69-
YUV160.36150.93139.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=33.91%
G=27.59%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771442010.120.2800.21274.7434.5567.65
HexB190C9C1C0151132344
Octal261220311143402542343104
Binary1011000110010000110010011100111000101011000100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190C9; }

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

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

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

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

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

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

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

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