#B591CD

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

Shades of East Side #B591CD

Tints of East Side #B591CD

Color information

#B591CD (or 0xB591CD) is unknown color: approx East Side. HEX triplet: B5, 91 and CD. RGB value is (181,145,205). Sum of RGB (Red+Green+Blue) = 181+145+205=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #B591CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591CD is #4A6E32. Grayscale: #A2A2A2. Windows color (decimal): -4877875 or 13472181. OLE color: 13472181.

HSL color Cylindrical-coordinate representation of color #B591CD: hue angle of 276º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B591CD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181145205-
CMYK0.120.2900.20
HSL276º37.5%68.63%-
HSV(B)276º29.27%80.39%-
XYZ40.234.4862.29-
YUV162.6151.93141.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=34.09%
G=27.31%
B=38.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811452050.120.2900.2027637.568.63
HexB591CDC1D0141142545
Octal265221315143502442445105
Binary1011010110010001110011011100111010101001000101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591CD; }

 p { color: rgb(181,145,205); }

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

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

 a { background-color: rgb(181,145,205); }

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

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

 span { border-color: rgb(181,145,205); }

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