#B596C1

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

Shades of East Side #B596C1

Tints of East Side #B596C1

Color information

#B596C1 (or 0xB596C1) is unknown color: approx East Side. HEX triplet: B5, 96 and C1. RGB value is (181,150,193). Sum of RGB (Red+Green+Blue) = 181+150+193=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #B596C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596C1 is #4A693E. Grayscale: #A4A4A4. Windows color (decimal): -4876607 or 12687029. OLE color: 12687029.

HSL color Cylindrical-coordinate representation of color #B596C1: hue angle of 283.26º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B596C1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181150193-
CMYK0.060.2200.24
HSL283.26º25.75%67.25%-
HSV(B)283.26º22.28%75.69%-
XYZ39.5935.4955.22-
YUV164.17144.27140-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=34.54%
G=28.63%
B=36.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811501930.060.2200.24283.2625.7567.25
HexB596C161601811b1a43
Octal26522630162603043332103
Binary10110101100101101100000111010110011000100011011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596C1; }

 p { color: rgb(181,150,193); }

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

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

 a { background-color: rgb(181,150,193); }

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

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

 span { border-color: rgb(181,150,193); }

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