#B584BF

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

Shades of East Side #B584BF

Tints of East Side #B584BF

Color information

#B584BF (or 0xB584BF) is unknown color: approx East Side. HEX triplet: B5, 84 and BF. RGB value is (181,132,191). Sum of RGB (Red+Green+Blue) = 181+132+191=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #B584BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584BF is #4A7B40. Grayscale: #999999. Windows color (decimal): -4881217 or 12551349. OLE color: 12551349.

HSL color Cylindrical-coordinate representation of color #B584BF: hue angle of 289.83º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B584BF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181132191-
CMYK0.050.3100.25
HSL289.83º31.55%63.33%-
HSV(B)289.83º30.89%74.9%-
XYZ36.7130.0953.16-
YUV153.38149.23147.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 191 (75% from 255) = 37.90%
R=35.91%
G=26.19%
B=37.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811321910.050.3100.25289.8331.5563.33
HexB584BF51F019122203f
Octal2652042775370314424077
Binary10110101100001001011111110111111011001100100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584BF; }

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

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

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

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

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

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

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

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