#B484D1

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

Shades of East Side #B484D1

Tints of East Side #B484D1

Color information

#B484D1 (or 0xB484D1) is unknown color: approx East Side. HEX triplet: B4, 84 and D1. RGB value is (180,132,209). Sum of RGB (Red+Green+Blue) = 180+132+209=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #B484D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B484D1 is #4B7B2E. Grayscale: #9A9A9A. Windows color (decimal): -4946735 or 13730996. OLE color: 13730996.

HSL color Cylindrical-coordinate representation of color #B484D1: hue angle of 277.4º 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 #B484D1 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180132209-
CMYK0.140.3700.18
HSL277.4º45.56%66.86%-
HSV(B)277.4º36.84%81.96%-
XYZ38.5830.8164.23-
YUV155.13158.4145.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=34.55%
G=25.34%
B=40.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801322090.140.3700.18277.445.5666.86
HexB484D1E250121152e43
Octal264204321164502242556103
Binary10110100100001001101000111101001010100101000101011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484D1; }

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

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

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

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

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

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

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

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