#B592CD

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

Shades of East Side #B592CD

Tints of East Side #B592CD

Color information

#B592CD (or 0xB592CD) is unknown color: approx East Side. HEX triplet: B5, 92 and CD. RGB value is (181,146,205). Sum of RGB (Red+Green+Blue) = 181+146+205=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #B592CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592CD is #4A6D32. Grayscale: #A2A2A2. Windows color (decimal): -4877619 or 13472437. OLE color: 13472437.

HSL color Cylindrical-coordinate representation of color #B592CD: hue angle of 275.59º 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 #B592CD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181146205-
CMYK0.120.2900.20
HSL275.59º37.11%68.82%-
HSV(B)275.59º28.78%80.39%-
XYZ40.3534.7962.35-
YUV163.19151.6140.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=34.02%
G=27.44%
B=38.53%

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
Decimal1811462050.120.2900.20275.5937.1168.82
HexB592CDC1D0141142545
Octal265222315143502442445105
Binary1011010110010010110011011100111010101001000101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592CD; }

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

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

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

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

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

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

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

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