#B592C1

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

Shades of East Side #B592C1

Tints of East Side #B592C1

Color information

#B592C1 (or 0xB592C1) is unknown color: approx East Side. HEX triplet: B5, 92 and C1. RGB value is (181,146,193). Sum of RGB (Red+Green+Blue) = 181+146+193=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B592C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592C1 is #4A6D3E. Grayscale: #A1A1A1. Windows color (decimal): -4877631 or 12686005. OLE color: 12686005.

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

Color convert

RGB181146193-
CMYK0.060.2400.24
HSL284.68º27.49%66.47%-
HSV(B)284.68º24.35%75.69%-
XYZ38.9634.2355.01-
YUV161.82145.6141.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=34.81%
G=28.08%
B=37.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811461930.060.2400.24284.6827.4966.47
HexB592C161801811d1b42
Octal26522230163003043533102
Binary10110101100100101100000111011000011000100011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592C1; }

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

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

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

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

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

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

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

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