#B584C6

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

Shades of East Side #B584C6

Tints of East Side #B584C6

Color information

#B584C6 (or 0xB584C6) is unknown color: approx East Side. HEX triplet: B5, 84 and C6. RGB value is (181,132,198). Sum of RGB (Red+Green+Blue) = 181+132+198=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #B584C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584C6 is #4A7B39. Grayscale: #999999. Windows color (decimal): -4881210 or 13010101. OLE color: 13010101.

HSL color Cylindrical-coordinate representation of color #B584C6: hue angle of 284.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B584C6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181132198-
CMYK0.090.3300.22
HSL284.55º36.67%64.71%-
HSV(B)284.55º33.33%77.65%-
XYZ37.530.457.32-
YUV154.18152.73147.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=35.42%
G=25.83%
B=38.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811321980.090.3300.22284.5536.6764.71
HexB584C692101611d2541
Octal265204306114102643545101
Binary10110101100001001100011010011000010101101000111011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584C6; }

 p { color: rgb(181,132,198); }

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

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

 a { background-color: rgb(181,132,198); }

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

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

 span { border-color: rgb(181,132,198); }

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