#B592BD

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

Shades of East Side #B592BD

Tints of East Side #B592BD

Color information

#B592BD (or 0xB592BD) is unknown color: approx East Side. HEX triplet: B5, 92 and BD. RGB value is (181,146,189). Sum of RGB (Red+Green+Blue) = 181+146+189=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #B592BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592BD is #4A6D42. Grayscale: #A1A1A1. Windows color (decimal): -4877635 or 12423861. OLE color: 12423861.

HSL color Cylindrical-coordinate representation of color #B592BD: hue angle of 288.84º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B592BD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181146189-
CMYK0.040.2300.26
HSL288.84º24.57%65.69%-
HSV(B)288.84º22.75%74.12%-
XYZ38.5234.0652.69-
YUV161.37143.6142-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=35.08%
G=28.29%
B=36.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811461890.040.2300.26288.8424.5765.69
HexB592BD41701A1211942
Octal26522227542703244131102
Binary10110101100100101011110110010111011010100100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592BD; }

 p { color: rgb(181,146,189); }

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

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

 a { background-color: rgb(181,146,189); }

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

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

 span { border-color: rgb(181,146,189); }

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