#B390CA

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

Shades of East Side #B390CA

Tints of East Side #B390CA

Color information

#B390CA (or 0xB390CA) is unknown color: approx East Side. HEX triplet: B3, 90 and CA. RGB value is (179,144,202). Sum of RGB (Red+Green+Blue) = 179+144+202=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #B390CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390CA is #4C6F35. Grayscale: #A0A0A0. Windows color (decimal): -5009206 or 13275315. OLE color: 13275315.

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

Color convert

RGB179144202-
CMYK0.110.2900.21
HSL276.21º35.37%67.84%-
HSV(B)276.21º28.71%79.22%-
XYZ39.2233.7960.33-
YUV161.08151.1140.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=34.10%
G=27.43%
B=38.48%

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
Decimal1791442020.110.2900.21276.2135.3767.84
HexB390CAB1D0151142344
Octal263220312133502542443104
Binary1011001110010000110010101011111010101011000101001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390CA; }

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

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

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

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

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

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

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

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