#B484BD

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

Shades of East Side #B484BD

Tints of East Side #B484BD

Color information

#B484BD (or 0xB484BD) is unknown color: approx East Side. HEX triplet: B4, 84 and BD. RGB value is (180,132,189). Sum of RGB (Red+Green+Blue) = 180+132+189=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #B484BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B484BD is #4B7B42. Grayscale: #989898. Windows color (decimal): -4946755 or 12420276. OLE color: 12420276.

HSL color Cylindrical-coordinate representation of color #B484BD: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B484BD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180132189-
CMYK0.050.3000.26
HSL290.53º30.16%62.94%-
HSV(B)290.53º30.16%74.12%-
XYZ36.2629.8852-
YUV152.85148.4147.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=35.93%
G=26.35%
B=37.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801321890.050.3000.26290.5330.1662.94
HexB484BD51E01A1231e3f
Octal2642042755360324433677
Binary1011010010000100101111011011111001101010010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484BD; }

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

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

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

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

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

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

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

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