#B595BE

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

Shades of East Side #B595BE

Tints of East Side #B595BE

Color information

#B595BE (or 0xB595BE) is unknown color: approx East Side. HEX triplet: B5, 95 and BE. RGB value is (181,149,190). Sum of RGB (Red+Green+Blue) = 181+149+190=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #B595BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BE is #4A6A41. Grayscale: #A3A3A3. Windows color (decimal): -4876866 or 12490165. OLE color: 12490165.

HSL color Cylindrical-coordinate representation of color #B595BE: hue angle of 286.83º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B595BE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181149190-
CMYK0.050.2200.25
HSL286.83º23.98%66.47%-
HSV(B)286.83º21.58%74.51%-
XYZ39.135.0453.42-
YUV163.24143.1140.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=34.81%
G=28.65%
B=36.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811491900.050.2200.25286.8323.9866.47
HexB595BE51601911f1842
Octal26522527652603143730102
Binary10110101100101011011111010110110011001100011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595BE; }

 p { color: rgb(181,149,190); }

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

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

 a { background-color: rgb(181,149,190); }

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

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

 span { border-color: rgb(181,149,190); }

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