#B484BE

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

Shades of East Side #B484BE

Tints of East Side #B484BE

Color information

#B484BE (or 0xB484BE) is unknown color: approx East Side. HEX triplet: B4, 84 and BE. RGB value is (180,132,190). Sum of RGB (Red+Green+Blue) = 180+132+190=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #B484BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B484BE is #4B7B41. Grayscale: #989898. Windows color (decimal): -4946754 or 12485812. OLE color: 12485812.

HSL color Cylindrical-coordinate representation of color #B484BE: hue angle of 289.66º degrees, saturation: 0.31, 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 #B484BE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180132190-
CMYK0.050.3100.25
HSL289.66º30.85%63.14%-
HSV(B)289.66º30.53%74.51%-
XYZ36.3729.9252.57-
YUV152.96148.9147.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=35.86%
G=26.29%
B=37.85%

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
Decimal1801321900.050.3100.25289.6630.8563.14
HexB484BE51F0191221f3f
Octal2642042765370314423777
Binary1011010010000100101111101011111101100110010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484BE; }

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

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

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

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

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

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

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

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