#B391CA

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

Shades of East Side #B391CA

Tints of East Side #B391CA

Color information

#B391CA (or 0xB391CA) is unknown color: approx East Side. HEX triplet: B3, 91 and CA. RGB value is (179,145,202). Sum of RGB (Red+Green+Blue) = 179+145+202=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 145 (57.03% from 255 or 27.57% 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 #B391CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391CA is #4C6E35. Grayscale: #A1A1A1. Windows color (decimal): -5008950 or 13275571. OLE color: 13275571.

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

Color convert

RGB179145202-
CMYK0.110.2800.21
HSL275.79º34.97%68.04%-
HSV(B)275.79º28.22%79.22%-
XYZ39.3834.160.38-
YUV161.66150.76140.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=34.03%
G=27.57%
B=38.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791452020.110.2800.21275.7934.9768.04
HexB391CAB1C0151142344
Octal263221312133402542443104
Binary1011001110010001110010101011111000101011000101001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391CA; }

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

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

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

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

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

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

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

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