#B592CC

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

Shades of East Side #B592CC

Tints of East Side #B592CC

Color information

#B592CC (or 0xB592CC) is unknown color: approx East Side. HEX triplet: B5, 92 and CC. RGB value is (181,146,204). Sum of RGB (Red+Green+Blue) = 181+146+204=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #B592CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592CC is #4A6D33. Grayscale: #A2A2A2. Windows color (decimal): -4877620 or 13406901. OLE color: 13406901.

HSL color Cylindrical-coordinate representation of color #B592CC: hue angle of 276.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B592CC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181146204-
CMYK0.110.2800.2
HSL276.21º36.25%68.63%-
HSV(B)276.21º28.43%80%-
XYZ40.2334.7461.71-
YUV163.08151.1140.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=34.09%
G=27.50%
B=38.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811462040.110.2800.2276.2136.2568.63
HexB592CCB1C0141142445
Octal265222314133402442444105
Binary1011010110010010110011001011111000101001000101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592CC; }

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

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

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

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

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

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

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

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