#B084BE

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

Shades of East Side #B084BE

Tints of East Side #B084BE

Color information

#B084BE (or 0xB084BE) is unknown color: approx East Side. HEX triplet: B0, 84 and BE. RGB value is (176,132,190). Sum of RGB (Red+Green+Blue) = 176+132+190=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #B084BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084BE is #4F7B41. Grayscale: #979797. Windows color (decimal): -5208898 or 12485808. OLE color: 12485808.

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

Color convert

RGB176132190-
CMYK0.070.3100.25
HSL285.52º30.85%63.14%-
HSV(B)285.52º30.53%74.51%-
XYZ35.4529.4552.53-
YUV151.77149.58145.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=35.34%
G=26.51%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761321900.070.3100.25285.5230.8563.14
HexB084BE71F01911e1f3f
Octal2602042767370314363777
Binary1011000010000100101111101111111101100110001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084BE; }

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

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

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

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

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

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

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

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