#B290CA

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

Shades of East Side #B290CA

Tints of East Side #B290CA

Color information

#B290CA (or 0xB290CA) is unknown color: approx East Side. HEX triplet: B2, 90 and CA. RGB value is (178,144,202). Sum of RGB (Red+Green+Blue) = 178+144+202=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #B290CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290CA is #4D6F35. Grayscale: #A0A0A0. Windows color (decimal): -5074742 or 13275314. OLE color: 13275314.

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

Color convert

RGB178144202-
CMYK0.120.2900.21
HSL275.17º35.37%67.84%-
HSV(B)275.17º28.71%79.22%-
XYZ38.9933.6860.32-
YUV160.78151.26140.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=33.97%
G=27.48%
B=38.55%

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
Decimal1781442020.120.2900.21275.1735.3767.84
HexB290CAC1D0151132344
Octal262220312143502542343104
Binary1011001010010000110010101100111010101011000100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B290CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B290CA; }

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

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

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

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

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

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

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

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