#B190CA

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

Shades of East Side #B190CA

Tints of East Side #B190CA

Color information

#B190CA (or 0xB190CA) is unknown color: approx East Side. HEX triplet: B1, 90 and CA. RGB value is (177,144,202). Sum of RGB (Red+Green+Blue) = 177+144+202=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #B190CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190CA is #4E6F35. Grayscale: #A0A0A0. Windows color (decimal): -5140278 or 13275313. OLE color: 13275313.

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

Color convert

RGB177144202-
CMYK0.120.2900.21
HSL274.14º35.37%67.84%-
HSV(B)274.14º28.71%79.22%-
XYZ38.7733.5660.31-
YUV160.48151.43139.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=33.84%
G=27.53%
B=38.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771442020.120.2900.21274.1435.3767.84
HexB190CAC1D0151122344
Octal261220312143502542243104
Binary1011000110010000110010101100111010101011000100101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190CA; }

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

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

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

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

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

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

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

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