#B490CA

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

Shades of East Side #B490CA

Tints of East Side #B490CA

Color information

#B490CA (or 0xB490CA) is unknown color: approx East Side. HEX triplet: B4, 90 and CA. RGB value is (180,144,202). Sum of RGB (Red+Green+Blue) = 180+144+202=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #B490CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490CA is #4B6F35. Grayscale: #A1A1A1. Windows color (decimal): -4943670 or 13275316. OLE color: 13275316.

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

Color convert

RGB180144202-
CMYK0.110.2900.21
HSL277.24º35.37%67.84%-
HSV(B)277.24º28.71%79.22%-
XYZ39.4633.9160.34-
YUV161.38150.93141.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=34.22%
G=27.38%
B=38.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801442020.110.2900.21277.2435.3767.84
HexB490CAB1D0151152344
Octal264220312133502542543104
Binary1011010010010000110010101011111010101011000101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B490CA; }

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

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

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

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

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

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

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

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