#B584CC

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

Shades of East Side #B584CC

Tints of East Side #B584CC

Color information

#B584CC (or 0xB584CC) is unknown color: approx East Side. HEX triplet: B5, 84 and CC. RGB value is (181,132,204). Sum of RGB (Red+Green+Blue) = 181+132+204=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #B584CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584CC is #4A7B33. Grayscale: #9A9A9A. Windows color (decimal): -4881204 or 13403317. OLE color: 13403317.

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

Color convert

RGB181132204-
CMYK0.110.3500.2
HSL280.83º41.38%65.88%-
HSV(B)280.83º35.29%80%-
XYZ38.2130.6961.04-
YUV154.86155.73146.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=35.01%
G=25.53%
B=39.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811322040.110.3500.2280.8341.3865.88
HexB584CCB230141192942
Octal265204314134302443151102
Binary10110101100001001100110010111000110101001000110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584CC; }

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

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

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

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

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

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

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

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