#B584D1

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

Shades of East Side #B584D1

Tints of East Side #B584D1

Color information

#B584D1 (or 0xB584D1) is unknown color: approx East Side. HEX triplet: B5, 84 and D1. RGB value is (181,132,209). Sum of RGB (Red+Green+Blue) = 181+132+209=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #B584D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584D1 is #4A7B2E. Grayscale: #9B9B9B. Windows color (decimal): -4881199 or 13730997. OLE color: 13730997.

HSL color Cylindrical-coordinate representation of color #B584D1: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B584D1 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181132209-
CMYK0.130.3700.18
HSL278.18º45.56%66.86%-
HSV(B)278.18º36.84%81.96%-
XYZ38.8230.9364.25-
YUV155.43158.23146.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=34.67%
G=25.29%
B=40.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811322090.130.3700.18278.1845.5666.86
HexB584D1D250121162e43
Octal265204321154502242656103
Binary10110101100001001101000111011001010100101000101101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584D1; }

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

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

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

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

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

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

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

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