#B594CC

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

Shades of East Side #B594CC

Tints of East Side #B594CC

Color information

#B594CC (or 0xB594CC) is unknown color: approx East Side. HEX triplet: B5, 94 and CC. RGB value is (181,148,204). Sum of RGB (Red+Green+Blue) = 181+148+204=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #B594CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594CC is #4A6B33. Grayscale: #A4A4A4. Windows color (decimal): -4877108 or 13407413. OLE color: 13407413.

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

Color convert

RGB181148204-
CMYK0.110.2700.2
HSL275.36º35.44%69.02%-
HSV(B)275.36º27.45%80%-
XYZ40.5535.3661.82-
YUV164.25150.43139.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=33.96%
G=27.77%
B=38.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811482040.110.2700.2275.3635.4469.02
HexB594CCB1B0141132345
Octal265224314133302442343105
Binary1011010110010100110011001011110110101001000100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594CC; }

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

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

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

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

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

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

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

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